Skip to content

Commit

Permalink
change build-test-image workflow concurrency (#5058)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Feb 12, 2024
1 parent d417b06 commit a337bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
shell: bash

concurrency:
group: ${{ github.ref_name }}-ci
group: ${{ github.ref_name }}-build-test
cancel-in-progress: true

permissions:
Expand Down

0 comments on commit a337bec

Please sign in to comment.