Skip to content

Commit

Permalink
Merge pull request #14 from ekohl/use-ref-name
Browse files Browse the repository at this point in the history
Document github.ref_name instead of .head_ref
  • Loading branch information
bastelfreak authored Mar 21, 2022
2 parents 1da427c + 151b0d3 commit 238b8d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ name: CI
on: pull_request

concurrency:
group: ${{ github.head_ref }}
group: ${{ github.ref_name }}
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -126,7 +126,7 @@ name: CI
on: pull_request
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.ref_name }}
cancel-in-progress: true
jobs:
Expand Down Expand Up @@ -205,7 +205,7 @@ name: CI
on: pull_request
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.ref_name }}
cancel-in-progress: true
jobs:
Expand Down

0 comments on commit 238b8d0

Please sign in to comment.