We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Delete Workflow Runs
1 parent 55e114a commit 4f833fdCopy full SHA for 4f833fd
.github/workflows/readme.yml
@@ -3,7 +3,7 @@ name: Delete Workflow Runs
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: "0 0 * * *" UTC+0 凌晨十二点执行
+ - cron: "0 0 * * *" #UTC+0 凌晨十二点执行
7
8
jobs:
9
cleanup:
0 commit comments