Skip to content

add a new github workflow to run when PRs are merged #4

add a new github workflow to run when PRs are merged

add a new github workflow to run when PRs are merged #4

name: crucible-merged
on:
pull_request_target:
types: [ closed ]
branches: [ master ]
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/faux-unittest.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
- engine/engine-script-library.py
- engine/engine-script.py
workflow_dispatch:
jobs:
call-core-crucible-ci_if-merged
uses: perftool-incubator/crucible-ci/.github/workflows/core-crucible-ci.yaml@main

Check failure on line 19 in .github/workflows/crucible-merged.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/crucible-merged.yaml

Invalid workflow file

You have an error in your yaml syntax on line 19
with:
ci_target: "rickshaw"
ci_target_branch: "master"
github_workspace: "$GITHUB_WORKSPACE"
secrets:
production_registry_auth: ${{ secrets.CRUCIBLE_PRODUCTION_ENGINES_REGISTRY_AUTH }}
if: github.event.pull_request.merged == true