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 13d15bf commit 8660c99Copy full SHA for 8660c99
.github/workflows/remove-old-artifacts.yml
@@ -7,6 +7,8 @@ on:
7
schedule:
8
# Runs at 01:00 UTC on the 1, 8, 15, 22 and 29th of every month.
9
- cron: '0 1 */7 * *'
10
+
11
+ workflow_dispatch:
12
13
jobs:
14
remove-old-artifacts:
0 commit comments