Skip to content

Modify published_versions.json file (#1807) #309

Modify published_versions.json file (#1807)

Modify published_versions.json file (#1807) #309

name: Validate quick start module
on:
pull_request:
branches:
site
paths:
- published_versions.json
- assets/quick-start-module.js
- .github/workflows/validate-quick-start-module.yml
push:
branches:
site
paths:
- published_versions.json
- assets/quick-start-module.js
- .github/workflows/validate-quick-start-module.yml
workflow_dispatch:
jobs:
validate-nightly-binaries:
uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
with:
os: all
channel: "nightly"
ref: main

Check failure on line 25 in .github/workflows/validate-quick-start-module.yml

View workflow run for this annotation

GitHub Actions / Validate quick start module

Invalid workflow file

The workflow is not valid. .github/workflows/validate-quick-start-module.yml (Line: 25, Col: 12): Invalid input, ref is not defined in the referenced workflow.
validate-release-binaries:
if: always()
uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
needs: validate-nightly-binaries
with:
os: all
channel: "release"
ref: main