Skip to content

wip

wip #3

Workflow file for this run

name: Just Works

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

View workflow run for this annotation

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

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: linux-xnnpack
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:
linux-xnnpack:
name: linux-xnnpack
with:
os: linux