Skip to content

Commit

Permalink
fix concurrency group (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan authored Jan 18, 2024
1 parent 731c258 commit 6873b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
tags: ghcr.io/cyberagentai/libvips:${{ matrix.variant }}-${{ env.VERSION }}

concurrency:
group: pr-${{ github.workflow }}-${{ github.ref }}
group: distribute-${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true

0 comments on commit 6873b26

Please sign in to comment.