Skip to content

Commit 544d965

Browse files
committed
TagBot.yml: cron: limit to once a day
1 parent bb01b40 commit 544d965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: TagBot
22
on:
33
schedule:
4-
- cron: 0 * * * *
4+
- cron: 3 6 * * *
55
jobs:
66
TagBot:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)