Skip to content

Commit

Permalink
[CI] Add concurrency configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Nov 5, 2024
1 parent 4858e66 commit 923c3bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
cron: "0 1 * * 6" # Run at 1am every Saturday
workflow_dispatch: ~

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

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

0 comments on commit 923c3bd

Please sign in to comment.