Skip to content

Commit

Permalink
ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Nov 2, 2024
1 parent a21b859 commit 841f545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'master' }}
cancel-in-progress: ${{ github.ref_name != 'master' }}

jobs:
import:
Expand Down

0 comments on commit 841f545

Please sign in to comment.