We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d67db commit fa43ce6Copy full SHA for fa43ce6
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: Checkout repository
24
uses: actions/checkout@v3
25
- - name: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.job }}
+ - name: ${{ github.workflow }}-${{ github.ref }}
26
run: echo github
27
- name: Initialize CodeQL
28
uses: github/codeql-action/init@v2
@@ -283,5 +283,5 @@ jobs:
283
CI: true
284
- run: bash <(curl -s https://codecov.io/bash)
285
concurrency:
286
- group: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.job }}
+ group: ${{ github.workflow }}-${{ github.ref }}
287
cancel-in-progress: true
0 commit comments