Skip to content

fixup! Try ultralite windows workflow #31

fixup! Try ultralite windows workflow

fixup! Try ultralite windows workflow #31

Workflow file for this run

name: push
# TODO: improve run name using commit title (`message` includes details as well)
# run-name: >-
# ${{github.ref_name}}:
# ${{github.event.head_commit.message}}
# (${{github.event.pusher.name}})
on:
push:
branches:
- develop
- backports/**
- ci-tweaks
concurrency:
group: push-${{github.ref}}-${{github.run_number}}-${{github.workflow}}
cancel-in-progress: true
jobs:
build-ultralite:
uses: ./.github/workflows/build-ultralite.yml
doc:
uses: ./.github/workflows/doc.yml
all:
needs: [build-fast, build-docker, build-spack, doc]

Check failure on line 25 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / push

Invalid workflow file

The workflow is not valid. .github/workflows/push.yml (Line: 25, Col: 13): Job 'all' depends on unknown job 'build-fast'. .github/workflows/push.yml (Line: 25, Col: 25): Job 'all' depends on unknown job 'build-docker'.
runs-on: ubuntu-latest
steps:
- name: Success
run: "true"
# vim: set nowrap tw=100: