fixing the stupid pits on track15 #94
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: Build | |
| # E6-S1. The PR gate is a thin caller; everything it does lives in the reusable | |
| # editor-build workflow so that E6-S2 and E6-S3 can reuse it rather than restate | |
| # the provisioning. | |
| on: | |
| push: | |
| pull_request: | |
| # The nightly schedule lives in nightly.yml, which calls the same reusable | |
| # workflow and then publishes. Scheduling it here as well would build master | |
| # twice every night for one set of artifacts. | |
| permissions: | |
| contents: read | |
| jobs: | |
| editor: | |
| name: Editor | |
| uses: ./.github/workflows/editor-build.yml |