Skip to content

update workflow call #10

update workflow call

update workflow call #10

Workflow file for this run

name: Ready for merge
on:
workflow_dispatch: #Can manually trigger
pull_request_target:
types: [ opened, synchronize ] #Runs on PR creation/updation
branches: [ main ]
jobs:
run_tests:
uses: hellocoop/tools/.github/workflows/content/merge.yml@main

Check failure on line 11 in .github/workflows/merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/merge.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
# GitHub-Slack app sends a workflow status message with live updates to #content-updates channel