Skip to content

Commit

Permalink
Concurrency rule on build-images too.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotrapta committed Feb 5, 2024
1 parent a4a64d7 commit 3f145d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
pull_request:
# all branches for now while we're testing.
#branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 3f145d8

Please sign in to comment.