Skip to content

Commit ec28718

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents b43778a + 4e605fd commit ec28718

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
@@ -131,7 +131,7 @@ jobs:
131131
const sha = '${{ github.event.pull_request.head.sha || github.sha }}';
132132
const pr = '${{ github.event.pull_request.number }}';
133133
const ref = '${{ github.event.pull_request.number || github.ref }}';
134-
const regex = new RegExp("^tests-[\w]+-"+ref+"-", "m");
134+
const regex = new RegExp("^tests-[\\w]+-"+ref+"-", "m"); // Match "tests-<type>-<ref>-" in cache key
135135
136136
console.log(`PR: ${pr}, SHA: ${sha}`);
137137

0 commit comments

Comments
 (0)