Skip to content

Commit

Permalink
Adding concurrency flag for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Sep 30, 2024
1 parent fa5eae7 commit 64141d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- cron: '0 4 * * *' # Run every day at 4 AM UTC
workflow_dispatch:

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

permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 64141d4

Please sign in to comment.