Skip to content

Commit

Permalink
update concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: kalyan <[email protected]>
  • Loading branch information
rawwar committed Nov 4, 2023
1 parent 28040ee commit d8fc9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Integ
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ matrix.cluster }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
strategy:
fail-fast: false
Expand Down

0 comments on commit d8fc9b2

Please sign in to comment.