Skip to content

Commit ec79f67

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents f0c2f37 + 788029a commit ec79f67

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)