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:03:33 -06:00
parent e96635ed27
commit 9bc78da193

View file

@ -13,7 +13,7 @@ jobs:
name: Run shellcheck
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps: