Skip to content

Commit

Permalink
Add support for canceling other jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 12, 2023
1 parent 9bc78da commit c9e37a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Test setup-postgresql
runs-on: ${{ matrix.platform }}
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.platform }}
cancel-in-progress: true
strategy:
fail-fast: false
Expand Down

0 comments on commit c9e37a7

Please sign in to comment.