Skip to content

Update reuse-workflow-example.yaml #7

Update reuse-workflow-example.yaml

Update reuse-workflow-example.yaml #7

name: Reusable workflow example
on:
push:
jobs:
workflowA-calls-workflowB:
uses: ./.github/workflows/reuse-workflow-output.yaml
job4:
runs-on: ubuntu-latest
needs: workflowA-calls-workflowB
steps:
- run: echo 'hello'