Skip to content

Commit

Permalink
fix concurrency group
Browse files Browse the repository at this point in the history
head_ref doesn't exist on push triggered workflows
  • Loading branch information
evgeni authored and ekohl committed Jan 28, 2024
1 parent 233ec03 commit c1d102a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '*-stable'

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

jobs:
Expand Down

0 comments on commit c1d102a

Please sign in to comment.