Skip to content

Commit

Permalink
Add tox env to concurrency group id for integration tests (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: arturo-seijas <[email protected]>
  • Loading branch information
yhaliaw and arturo-seijas authored Oct 18, 2023
1 parent 428229d commit 65fa10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ env:
OWNER: ${{ github.repository_owner }}

concurrency:
group: operator-workflows-${{ github.workflow }}-integration-tests-${{ github.ref }}
group: operator-workflows-${{ github.workflow }}-integration-tests-${{ github.ref }}-${{ inputs.test-tox-env }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 65fa10d

Please sign in to comment.