Skip to content

Update continue-on-error.yml #210

Update continue-on-error.yml

Update continue-on-error.yml #210

Workflow file for this run

# after completed `Triggered by another` workflow will be called
name: Trigger
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Trigger another workflow!"
call-reusable-workflow:
uses: ./.github/workflows/reusable-workflow.yml
with:
my-word: 'Open Sesame'