Skip to content

Commit 24fc970

Browse files
committed
Update ci.yml
1 parent cf3aba0 commit 24fc970

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
25-
env:
26-
GITHUB_CONTEXT: ${{ toJson(github) }}
27-
- name: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github }}
28-
run: echo "$GITHUB_CONTEXT"
2925
- name: Initialize CodeQL
3026
uses: github/codeql-action/init@v2
3127
with:
@@ -285,5 +281,5 @@ jobs:
285281
CI: true
286282
- run: bash <(curl -s https://codecov.io/bash)
287283
concurrency:
288-
group: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.run-name }}
284+
group: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.job }}
289285
cancel-in-progress: true

0 commit comments

Comments
 (0)