Skip to content

Commit

Permalink
ci: use random time for cron
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 28, 2024
1 parent c245ee0 commit 3ec48f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock-threads.yml
Expand Up @@ -2,7 +2,7 @@ name: Lock Threads

on:
schedule:
- cron: 0 0 * * *
- cron: 38 4 * * *

This comment has been minimized.

Copy link
@sanbei011

sanbei011 Apr 29, 2024

这是啥意思啊

workflow_dispatch:

permissions:
Expand Down

0 comments on commit 3ec48f1

Please sign in to comment.