Skip to content

Commit 62ba61b

Browse files
committed
Restrict integration-tests workflow to trigger only on pull request events.
1 parent f40b1ed commit 62ba61b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
integration-tests:
6666
name: "Integration & E2E Tests (Java ${{ matrix.java }})"
6767
runs-on: ubuntu-latest
68+
if: github.event_name == 'pull_request'
6869
strategy:
6970
fail-fast: false
7071
matrix:

0 commit comments

Comments
 (0)