Skip to content

Commit 6d629f4

Browse files
committed
Run cron weekly instead of daily.
1 parent 4306be0 commit 6d629f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update API
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: "15 23 * * *"
5+
- cron: "15 23 * * 1"
66
jobs:
77
update-api:
88
if: ${{ github.repository == 'slack-ruby/slack-ruby-client' }}

0 commit comments

Comments
 (0)