Skip to content

Commit

Permalink
workflow: 缩短运行间隔
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Dec 14, 2024
1 parent 7315b3d commit 6eced53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-auto-close.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Issue Auto Lock
on:
schedule:
- cron: "0 */6 * * *"
- cron: "*/5 * * * *"
workflow_dispatch:
issues:
types: [ opened ]
Expand Down

0 comments on commit 6eced53

Please sign in to comment.