0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2024-12-20 01:18:18 +00:00

Add support for canceling other jobs

This commit is contained in:
Tonye Jack 2023-09-11 20:04:40 -06:00
parent c9e37a78f9
commit 8d05315590

View file

@ -27,7 +27,7 @@ jobs:
name: Test setup-postgresql
runs-on: ${{ matrix.platform }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.platform }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
strategy:
fail-fast: false