Skip to content

Commit

Permalink
Add concurrency.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad authored Nov 1, 2024
1 parent 872f0e8 commit afdb81c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
branches: [ "main" ]
schedule:
- cron: "0 2 * * 1-5"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit afdb81c

Please sign in to comment.