We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4306be0 commit 6d629f4Copy full SHA for 6d629f4
.github/workflows/update_api.yml
@@ -2,7 +2,7 @@ name: Update API
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: "15 23 * * *"
+ - cron: "15 23 * * 1"
6
jobs:
7
update-api:
8
if: ${{ github.repository == 'slack-ruby/slack-ruby-client' }}
0 commit comments