Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Oct 27, 2022
1 parent 84d67db commit fa43ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.job }}
- name: ${{ github.workflow }}-${{ github.ref }}
run: echo github
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down Expand Up @@ -283,5 +283,5 @@ jobs:
CI: true
- run: bash <(curl -s https://codecov.io/bash)
concurrency:
group: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.job }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit fa43ce6

Please sign in to comment.