Skip to content

Commit 0061c6a

Browse files
committed
upd cleanup schedule
1 parent 01f0d96 commit 0061c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/github-script@v7
1515
with:
1616
script: |
17-
const KEEP = 0;
17+
const KEEP = 1;
1818
const workflowNames = ["VirusTotal Scan", "Cleanup old workflow runs"];
1919
2020
// Get workflow ID

0 commit comments

Comments
 (0)