Skip to content

Commit

Permalink
stop duplicate gate workflow runs
Browse files Browse the repository at this point in the history
The integration tests is triggered twice on force pushes to master.
We only want it to run once.

* trigger integration tests on merges to master branch
* trigger integration tests on creation of branches from PRs
* do not trigger integration tests twice

only run integration tests once
  • Loading branch information
zaro0508 committed Feb 3, 2024
1 parent f1c72b1 commit a00e570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types:
- completed
branches:
- '*'
- master

jobs:
integration-tests:
Expand Down

0 comments on commit a00e570

Please sign in to comment.