Skip to content

Commit

Permalink
concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Dec 18, 2023
1 parent 953fe05 commit 71c50d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 0 * * *" # workflow runs every day at midnight UTC

concurrency:
group: '${{ github.workflow }}'
cancel-in-progress: false

jobs:

clean-before:
Expand Down

0 comments on commit 71c50d4

Please sign in to comment.