Skip to content

Testing Workflow Call #4739

Testing Workflow Call

Testing Workflow Call #4739

Workflow file for this run

# used to call other workflows in testing
name: "Testing Workflow Call"
on:
schedule:
- cron: "* * * * *" # run every minute
workflow_dispatch:
permissions: read-all
jobs:
job_schedule:
uses: ./.github/workflows/testing-triggers.yml
with:
test: "a workflow call"