Skip to content

Commit

Permalink
feat: 🎸 workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaohaoyang committed Dec 4, 2024
1 parent 4d040f9 commit 92eccc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cleanup-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Cleanup Old Releases
on:
schedule:
- cron: '0 */3 * * *' # 每3小时运行一次
workflow_dispatch: # 添加手动触发功能

jobs:
cleanup:
Expand Down

0 comments on commit 92eccc4

Please sign in to comment.