📝 Add notes to concurrency

This commit is contained in:
Tania Allard
2022-02-28 16:20:20 +00:00
parent 37b7a59bb4
commit c26fb4964d
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ on:
workflow_dispatch:
concurrency:
# only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@@ -44,6 +44,7 @@ on:
workflow_dispatch:
concurrency:
# only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true