Skip to content

Commit

Permalink
adjust base image concurrency group (#5054)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Feb 8, 2024
1 parent 50b9363 commit 0e7adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
shell: bash

concurrency:
group: ${{ github.ref_name }}-ci
group: ${{ github.ref_name }}-base-image
cancel-in-progress: true

permissions:
Expand Down

0 comments on commit 0e7adb6

Please sign in to comment.