Skip to content

Update check-labels.yml #75

Update check-labels.yml

Update check-labels.yml #75

Workflow file for this run

name: Fake build workflow
on:
pull_request:
push:
branches:
- nightly
- main
- release/*
tags:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch:
jobs:
build:
name: "Foobar"
uses: malfet/deleteme/.github/workflows/fake_composite_workflow.yml@main

Check failure on line 19 in .github/workflows/fake_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fake_build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/fake_build.yml" -> "malfet/deleteme/.github/workflows/fake_composite_workflow.yml@main" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
trigger-event: ${{ github.event_name }}