Skip to content

Commit

Permalink
setup concurrency for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Sep 15, 2024
1 parent 04c632d commit af1fa0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 13 * * *"

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

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

0 comments on commit af1fa0f

Please sign in to comment.