Skip to content

Commit f72335b

Browse files
Enable daily dev builds (#1631)
This PR updates the cron schedule for the dev builds to build every morning at 5am. The dev builds are now coming from the test-pypi releases, so this will provide a daily snapshot of the RC state.
1 parent 0941e25 commit f72335b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/v2-build-branch-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: V2 Build QML Branch - Dev
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 5 * * 1,3,5' # At 05:00 (12am EST) on Sunday (Monday am), Tuesday (Wednesday am), Thursday (Friday am).
6-
#- cron: '0 10 * * *' # At 10:00 (5am EST) on every day-of-week. Use this during feature freeze.
5+
#- cron: '0 5 * * 1,3,5' # At 05:00 (12am EST) on Sunday (Monday am), Tuesday (Wednesday am), Thursday (Friday am).
6+
- cron: '0 10 * * *' # At 10:00 (5am EST) on every day-of-week. Use this during feature freeze.
77

88
concurrency:
99
group: v2-build-qml-demo-branch-dev

0 commit comments

Comments
 (0)