Skip to content

Fix nightly and add PR template (backport #36) #7

Fix nightly and add PR template (backport #36)

Fix nightly and add PR template (backport #36) #7

Workflow file for this run

name: CI (Humble)
on:
push:
branches: [ humble ]
pull_request:
branches: [ humble ]
jobs:
build:
uses: ./.github/workflows/reusable-ci.yml

Check failure on line 11 in .github/workflows/humble-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/humble-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/humble-ci.yml" -> "./.github/workflows/reusable-ci.yml" : You have an error in your yaml syntax on line 43
with:
os: ubuntu-22.04
branch: ${{ github.ref }}
python-version: "3.10"