Skip to content

Commit

Permalink
feat: omit concurrent pipelines builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Dec 1, 2023
1 parent 3e959fd commit f55fbdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- opened
workflow_dispatch: # allow manual execution

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
IMAGE_NAME: rouhim/this-week-in-past

Expand Down

0 comments on commit f55fbdf

Please sign in to comment.