Skip to content

fixing the stupid pits on track15 #94

fixing the stupid pits on track15

fixing the stupid pits on track15 #94

Workflow file for this run

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