Skip to content

Commit 788029a

Browse files
committed
Fix
1 parent a20823f commit 788029a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
WORKFLOW_REF: ${{ github.event.pull_request.number || github.ref }}
1111

1212
concurrency:
13-
group: tests-${{ env.WORKFLOW_REF }}
13+
group: tests-${{ github.event.pull_request.number || github.ref }}
1414
cancel-in-progress: true
1515

1616
jobs:

0 commit comments

Comments
 (0)