We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6754569 commit 3431ae6Copy full SHA for 3431ae6
.github/workflows/run_integration_tests.yml
@@ -1,8 +1,6 @@
1
name: Run integration tests
2
3
on:
4
- pull_request:
5
- branches: [ main ]
6
push:
7
branches: [ main ]
8
release:
@@ -23,8 +21,7 @@ jobs:
23
21
uses: equinor/robotics/.github/workflows/run-integration-tests.yml@main
24
22
with:
25
# Pick lane automatically based on event, or honor manual input
26
- lane: ${{ github.event_name == 'pull_request' && 'dev'
27
- || github.event_name == 'push' && 'dev'
+ lane: ${{ github.event_name == 'push' && 'dev'
28
|| github.event_name == 'release' && 'latest'
29
|| github.event_name == 'workflow_dispatch' && inputs.lane
30
|| 'latest' }}
0 commit comments