Skip to content

fixup! Try ultralite windows workflow #30

fixup! Try ultralite windows workflow

fixup! Try ultralite windows workflow #30

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/push.yml" -> "./.github/workflows/build-ultralite.yml" (source branch with sha:8704c18a011b38cb9299f501f15c7dbdce3958ed) : You have an error in your yaml syntax on line 64
doc:
uses: ./.github/workflows/doc.yml
all:
needs: [build-fast, build-docker, build-spack, doc]
runs-on: ubuntu-latest
steps:
- name: Success
run: "true"
# vim: set nowrap tw=100: