Skip to content

Separate build and publish job #28

Separate build and publish job

Separate build and publish job #28

Workflow file for this run

name: Build Cross-build environment for pyodide-build
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/composite/build-job.yml@main

Check failure on line 16 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'