1
0
mirror of synced 2025-12-30 12:02:01 -05:00

update concurrency group to include PR number (#25630)

This commit is contained in:
Mike Surowiec
2022-02-24 20:46:13 -06:00
committed by GitHub
parent 6a6dafaedb
commit 16ddda41a7
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ permissions:
# This allows one deploy workflow to interrupt another
concurrency:
group: 'preview-env @ ${{ github.head_ref || github.run_id }}'
group: 'preview-env @ ${{ github.head_ref || github.run_id }} for ${{ github.event.number || github.event.inputs.PR_NUMBER }}'
cancel-in-progress: true
jobs:

View File

@@ -21,7 +21,7 @@ permissions:
# This allows one deploy workflow to interrupt another
concurrency:
group: 'preview-env @ ${{ github.head_ref || github.run_id }}'
group: 'preview-env @ ${{ github.head_ref || github.run_id }} for ${{ github.event.number || github.event.inputs.PR_NUMBER }}'
cancel-in-progress: true
jobs: