Skip to content

Try reusable actions #1

Try reusable actions

Try reusable actions #1

Workflow file for this run

name: CI-CD12345
run-name: On-Push
on:
- push
- workflow_dispatch # Permit manual initiation
jobs:
tests:
uses: ./.github/workflows/tests.yml

Check failure on line 8 in .github/workflows/on-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on-push.yml" -> "./.github/workflows/tests.yml" : failed to fetch workflow: workflow was not found.