Skip to content

Second workflow

Second workflow #4

Workflow file for this run

name: Second workflow
on:
workflow_run:
types:
- completed
workflows: ["New first workflow"]
jobs:
second:
name: second workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3