Skip to content

Workflow file for this run

name: Just Works
on:
push:
branches:
- main
- release/*
pull_request:
workflow_dispatch:
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:
# Equivalent: pip install executorch
linux-build:
uses: .github/workflows/build-wheels-linux.yml

Check failure on line 18 in .github/workflows/just-works.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/just-works.yml

Invalid workflow file

invalid value workflow reference: no version specified
# Equivalent: pip install executorch
macos-build:
uses: .github/workflows/build-wheels-m1.yml