Skip to content

Commit 849e353

Browse files
authored
Comment out schedule for snapshot in workflow
Comment out the scheduled cron job for snapshot.
1 parent ea43b06 commit 849e353

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-runtime-migration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
pull_request:
88
types: [opened, synchronize, reopened, ready_for_review]
99
# Take a snapshot at 5am when most SDK devs are not working.
10-
schedule:
11-
- cron: "0 5 * * *"
10+
# schedule:
11+
# - cron: "0 5 * * *"
1212
merge_group:
1313
workflow_dispatch:
1414

0 commit comments

Comments
 (0)