Skip to content

Commit 3431ae6

Browse files
aeshuboysand
authored andcommitted
Remove integration test on pull request
1 parent 6754569 commit 3431ae6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run_integration_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Run integration tests
22

33
on:
4-
pull_request:
5-
branches: [ main ]
64
push:
75
branches: [ main ]
86
release:
@@ -23,8 +21,7 @@ jobs:
2321
uses: equinor/robotics/.github/workflows/run-integration-tests.yml@main
2422
with:
2523
# Pick lane automatically based on event, or honor manual input
26-
lane: ${{ github.event_name == 'pull_request' && 'dev'
27-
|| github.event_name == 'push' && 'dev'
24+
lane: ${{ github.event_name == 'push' && 'dev'
2825
|| github.event_name == 'release' && 'latest'
2926
|| github.event_name == 'workflow_dispatch' && inputs.lane
3027
|| 'latest' }}

0 commit comments

Comments
 (0)