Skip to content

Commit 4d5fe8a

Browse files
authored
Add concurrency
1 parent b0a62d3 commit 4d5fe8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
15+
16+
concurrency:
17+
group: ${{ github.head_ref || github.run_id }}
18+
cancel-in-progress: true
1519

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

0 commit comments

Comments
 (0)