Skip to content

Second workflow

Second workflow #1

Workflow file for this run

on:
workflow_run:
types:
- completed
workflows: ["First workflow"]
jobs:
mystep:
name: mystep
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3