Skip to content

Commit fa43ce6

Browse files
committed
Update ci.yml
1 parent 84d67db commit fa43ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
25-
- name: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.job }}
25+
- name: ${{ github.workflow }}-${{ github.ref }}
2626
run: echo github
2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v2
@@ -283,5 +283,5 @@ jobs:
283283
CI: true
284284
- run: bash <(curl -s https://codecov.io/bash)
285285
concurrency:
286-
group: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.job }}
286+
group: ${{ github.workflow }}-${{ github.ref }}
287287
cancel-in-progress: true

0 commit comments

Comments
 (0)