We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bd66a commit acffd4bCopy full SHA for acffd4b
.github/workflows/sycl_cleanup.yml
@@ -21,7 +21,7 @@ jobs:
21
run_id: context.payload.workflow_run.id,
22
});
23
let matchArtifacts = allArtifacts.data.artifacts.filter((artifact) => {
24
- return artifact.name.startsWith("sycl_linux_");
+ return artifact.name.match(/^sycl_(linux|windows)_/);
25
26
matchArtifacts.forEach(async (artifact) => {
27
await github.rest.actions.deleteArtifact({
0 commit comments