Skip to content

add checklist for Time Out #365

add checklist for Time Out

add checklist for Time Out #365

Workflow file for this run

name: Publish school-specific branches / site versions
on: push
# cancel any previous builds
concurrency:
group: schools-${{ github.ref }}
cancel-in-progress: true
jobs:
schools:
strategy:
fail-fast: false
matrix:
school:
- columbia
- nyu
uses: ./.github/workflows/setup.yml
with:
message: Render for school
command: ./extras/scripts/school_ci.sh ${{ matrix.school }}