Skip to content

test commit

test commit #7

Workflow file for this run

name: Build events
on:
issue_comment:
types: [created, edited, deleted]
jobs:
build:
if: ${{ github.event.issue.pull_request && contains(github.event.comment.html_url, '/force-build') }}
uses: ./.github/workflows/build.yaml

Check failure on line 10 in .github/workflows/build-events.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-events.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build-events.yaml" -> "./.github/workflows/build.yaml" (source branch with sha:09632c35943add8ab62bce6426b965ce099d2936) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit