Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit e08d864

Browse files
Update ci.yml
1 parent 5c467fb commit e08d864

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
branches:
99
- main
1010
workflow_dispatch:
11-
schedule:
11+
#schedule:
1212
# Runs at 10:00 UTC from March to November (PDT, UTC-7)
13-
- cron: '0 10 * 3-11 *'
13+
# - cron: '0 10 * 3-11 *'
1414
# Runs at 11:00 UTC from November to March (PST, UTC-8)
15-
- cron: '0 11 * 1-3,11,12 *'
15+
# - cron: '0 11 * 1-3,11,12 *'
1616

1717
jobs:
1818

@@ -77,4 +77,4 @@ jobs:
7777
img-alt-text: "API Integration Test Results"
7878
secrets:
7979
channel-name: ${{ secrets.SLACK_CHANNEL_ID_API_INTEGRATION_TESTS }}
80-
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
80+
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)