Skip to content

Commit 9574a25

Browse files
IONOS(ci): Use head_ref fallback in concurrency group
Update concurrency group to use github.head_ref with ref_name fallback instead of ref. This provides better isolation for pull request builds while maintaining compatibility with branch builds. Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent ff7cdb7 commit 9574a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ on:
5252
concurrency:
5353
group: >-
5454
${{ github.workflow }}-${{
55-
github.ref == 'refs/heads/ionos-dev' && github.run_id ||
5655
github.event.pull_request.number ||
56+
github.ref == 'refs/heads/ionos-dev' && github.run_id ||
5757
github.ref
5858
}}
5959
cancel-in-progress: true

0 commit comments

Comments
 (0)