Skip to content

Commit 4e605fd

Browse files
committed
fix
1 parent f6bf0ba commit 4e605fd

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)