Skip to content

Commit 2827024

Browse files
authored
fix
1 parent 82c9c88 commit 2827024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
# Prevent duplicate runs if Renovate falls back to creating a PR
1313
concurrency:
14-
group: ${{ github.workflow }}-${{github.event_name}}-${{ github.head_ref || github.ref_name }}
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
1515
cancel-in-progress: true
1616

1717
# We are using OpenID Connect to authenticate with Azure with secret.

0 commit comments

Comments
 (0)