Skip to content

Commit 1107ea9

Browse files
authored
Attempt to fix concurrency
1 parent 4d5fe8a commit 1107ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-changes-to-blakedrumm-fileshare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

16-
concurrency:
17-
group: ${{ github.head_ref || github.run_id }}
16+
concurrency:
17+
group: environment-${{ github.ref }}
1818
cancel-in-progress: true
1919

2020
# A workflow run is made up of one or more jobs that can run sequentially or in parallel

0 commit comments

Comments
 (0)