Skip to content

try reusable workflow #2

try reusable workflow

try reusable workflow #2

Workflow file for this run

# Runs only when changes are made to the workflow itself
on:
pull_request:
paths:
- .github/workflows/check_cla.yml
- reusable_workflows/check_cla/**
- reusable_workflows/check_membership/**
jobs:
call-check-cla:
uses: dfinity/public-workflows/.github/workflows/check_cla.yml@main

Check failure on line 12 in .github/workflows/check_cla_dev.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check_cla_dev.yml

Invalid workflow file

error parsing called workflow ".github/workflows/check_cla_dev.yml" -> "dfinity/public-workflows/.github/workflows/check_cla.yml@main" (source branch with sha:04c077dc9f01df54d06f6e2d4b27b84ed1841d67) : workflow is not reusable as it is missing a `on.workflow_call` trigger