Skip to content

Commit

Permalink
test: add concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jul 5, 2024
1 parent 4b0a724 commit 06cd1ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: integration-tests
on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
# test option values defined at test/conftest.py are passed on via repository secret
# INTEGRATION_TEST_ARGS to operator-workflows automatically.
Expand Down

0 comments on commit 06cd1ab

Please sign in to comment.