Skip to content

Add workflow to test against nightly #2

Add workflow to test against nightly

Add workflow to test against nightly #2

name: Build tutorials against nightly or test
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/_build-tutorials-base.yml
secrets: inherit
with:
USE_NIGHTLY: 1
UPLOAD: 0