We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5fe8a commit 1107ea9Copy full SHA for 1107ea9
.github/workflows/push-changes-to-blakedrumm-fileshare.yml
@@ -13,8 +13,8 @@ on:
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
16
-concurrency:
17
- group: ${{ github.head_ref || github.run_id }}
+concurrency:
+ group: environment-${{ github.ref }}
18
cancel-in-progress: true
19
20
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
0 commit comments