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 01f0d96 commit 0061c6aCopy full SHA for 0061c6a
.github/workflows/cleanup.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/github-script@v7
15
with:
16
script: |
17
- const KEEP = 0;
+ const KEEP = 1;
18
const workflowNames = ["VirusTotal Scan", "Cleanup old workflow runs"];
19
20
// Get workflow ID
0 commit comments