Skip to content

Commit f49695a

Browse files
Copilotdevlux76
andcommitted
Add concurrency group to prevent duplicate sync runs
Co-authored-by: devlux76 <[email protected]>
1 parent e5d1f4a commit f49695a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sync-github-project.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- "TODO.md"
99
workflow_dispatch:
1010

11+
concurrency:
12+
group: sync-github-project
13+
cancel-in-progress: false
14+
1115
permissions:
1216
issues: write
1317
contents: read

0 commit comments

Comments
 (0)