Skip to content

Commit afe6892

Browse files
authored
Disable scheduled trigger in dev workflow
Comment out the scheduled cron job in the dev workflow.
1 parent 6abe050 commit afe6892

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Dev workflow
22

33
on:
4-
schedule:
5-
- cron: '45 6 * * 0' # At 06:45 on Sunday
4+
# schedule:
5+
# - cron: '45 6 * * 0' # At 06:45 on Sunday
66
pull_request:
77
branches: [main, deploy-test]
88

0 commit comments

Comments
 (0)