Skip to content

Commit b1fadbd

Browse files
committed
Reduced frequency of workflow check API outdated to once a week, only
1 parent 4aa7e5e commit b1fadbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-api-outdated.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
types: [opened, reopened]
1111
workflow_dispatch:
1212
schedule:
13-
# "At 2 am UTC on every day." (https://crontab.guru)
14-
- cron: "0 2 * * *"
13+
# "At 2 am UTC on Monday." (https://crontab.guru)
14+
- cron: "0 2 * * 1"
1515

1616
jobs:
1717

0 commit comments

Comments
 (0)