Skip to content

New second workflow

New second workflow #1

Workflow file for this run

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