V2 Build QML Branch - Dev #193
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: V2 Build QML Branch - Dev | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: '0 7 * * 1,3,5' # At 07:00 (2am EST) on Monday, Wednesday, Friday. | |
| #- cron: '0 10 * * *' # At 10:00 (5am EST) on every day-of-week. Use this during feature freeze. | |
| concurrency: | |
| group: v2-build-qml-demo-branch-dev | |
| cancel-in-progress: true | |
| jobs: | |
| build_dev: | |
| uses: PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@dev | |
| with: | |
| ref: dev | |
| dev: true | |
| save-artifact: true | |
| artifact-name: build-branch-dev | |
| artifact-retention: 3 | |
| keep-going: false | |
| quiet: false | |
| batch_size: 10 |