Dawn Nightly Debug Build #2
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
| # Copyright 2025 Adobe | |
| # All Rights Reserved. | |
| # | |
| # NOTICE: Adobe permits you to use, modify, and distribute this file in | |
| # accordance with the terms of the Adobe license agreement accompanying | |
| # it. | |
| name: Dawn Nightly Debug Build | |
| on: | |
| schedule: | |
| - cron: "0 8 * * *" | |
| jobs: | |
| build-dawn-if-needed: | |
| uses: ./.github/workflows/dawn-check.yaml | |
| with: | |
| channel: canary |