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 b0a62d3 commit 4d5fe8aCopy full SHA for 4d5fe8a
.github/workflows/push-changes-to-blakedrumm-fileshare.yml
@@ -12,6 +12,10 @@ on:
12
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 }}
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
21
jobs:
0 commit comments