We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c9c88 commit 2827024Copy full SHA for 2827024
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
12
# Prevent duplicate runs if Renovate falls back to creating a PR
13
concurrency:
14
- group: ${{ github.workflow }}-${{github.event_name}}-${{ github.head_ref || github.ref_name }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
15
cancel-in-progress: true
16
17
# We are using OpenID Connect to authenticate with Azure with secret.
0 commit comments