Skip to content

Commit acffd4b

Browse files
author
Pavel Chupin
authored
[SYCL][CI] Update cleanup workflow (#6347)
Add Windows artifacts cleanup
1 parent 78bd66a commit acffd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run_id: context.payload.workflow_run.id,
2222
});
2323
let matchArtifacts = allArtifacts.data.artifacts.filter((artifact) => {
24-
return artifact.name.startsWith("sycl_linux_");
24+
return artifact.name.match(/^sycl_(linux|windows)_/);
2525
});
2626
matchArtifacts.forEach(async (artifact) => {
2727
await github.rest.actions.deleteArtifact({

0 commit comments

Comments
 (0)