Skip to content

Commit

Permalink
CI: Add concurrency rules
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Nov 8, 2024
1 parent baf3b75 commit 3f1bc67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
## Every Monday at 2am.
- cron: 0 2 * * 1

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
cleanup-master:
name: Cleanup master build
Expand Down

0 comments on commit 3f1bc67

Please sign in to comment.