Skip to content

Commit

Permalink
Fix CI concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Sep 12, 2024
1 parent f280ead commit b6213de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
pull_request:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-push:
runs-on:
Expand Down

0 comments on commit b6213de

Please sign in to comment.