Skip to content

Commit

Permalink
Don't cancel but queue jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed May 3, 2024
1 parent 31f243c commit 697ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/transfer-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ permissions: write-all

concurrency:
group: transfer
cancel-in-progress: true
cancel-in-progress: false

jobs:
fetch_issues:
Expand Down

0 comments on commit 697ef46

Please sign in to comment.