Skip to content

Commit

Permalink
Fallback to ref (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Nov 9, 2021
1 parent d5ed5ba commit f014f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'main'

concurrency:
group: '${{ github.head_ref || github.base_ref }}'
group: '${{ github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit f014f23

Please sign in to comment.