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 5c467fb commit e08d864Copy full SHA for e08d864
1 file changed
.github/workflows/ci.yml
@@ -8,11 +8,11 @@ on:
8
branches:
9
- main
10
workflow_dispatch:
11
- schedule:
+ #schedule:
12
# Runs at 10:00 UTC from March to November (PDT, UTC-7)
13
- - cron: '0 10 * 3-11 *'
+ # - cron: '0 10 * 3-11 *'
14
# Runs at 11:00 UTC from November to March (PST, UTC-8)
15
- - cron: '0 11 * 1-3,11,12 *'
+ # - cron: '0 11 * 1-3,11,12 *'
16
17
jobs:
18
@@ -77,4 +77,4 @@ jobs:
77
img-alt-text: "API Integration Test Results"
78
secrets:
79
channel-name: ${{ secrets.SLACK_CHANNEL_ID_API_INTEGRATION_TESTS }}
80
- slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
+ slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments