don't run integration tests on PRs
This commit is contained in:
parent
15bd158ded
commit
c88fb695ab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-testing.yml
vendored
2
.github/workflows/integration-testing.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: "Integration Testing"
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
multi-language-repo_test-autodetect-languages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue