Skip to content

Commit

Permalink
limit concurrency and cancel jobs for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Sep 26, 2023
1 parent 654d690 commit 1ce652e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
schedule:
- cron: '0 0 * * *' # every day at midnight

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ce652e

Please sign in to comment.