Skip to content

Commit

Permalink
concurrency control
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Dec 31, 2023
1 parent 076f087 commit 14eab53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Docker images CI
run-name: |-
Images CI for "${{ inputs.base_image_tags || github.event.client_payload.base_image_tags }}"${{ github.event.client_payload.git_ref && format(' from upstream #{0} at "{1}"', github.event.client_payload.run_number, github.event.client_payload.git_ref) || '' }}
concurrency:
group: tags:${{ inputs.base_image_tags || github.event.client_payload.base_image_tags }}
cancel-in-progress: false

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 14eab53

Please sign in to comment.