Skip to content

Shared workflow

Shared workflow #3

Workflow file for this run

name: Reactor Invoker
on:
push: ~
# branches:
# - main
# - '[0-9]+.[0-9]+'
pull_request: ~
jobs:
call-reactor-basic:
uses: ibexa/gh-workflows/.github/workflows/php/4.6-basic.yaml@shared-workflow

Check failure on line 12 in .github/workflows/reactor.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/reactor.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
secrets: inherit
# with:
# feature_linter: true
call-reactor-postgres:
uses: ibexa/gh-workflows/.github/workflows/php/4.6-postgres.yaml@shared-workflow
secrets: inherit
call-reactor-mysql:
uses: ibexa/gh-workflows/.github/workflows/php/4.6-mysql.yaml@shared-workflow
secrets: inherit