Skip to content

my flow2

my flow2 #3

Workflow file for this run

name: w2
concurrency:
group: w2-${{ github.ref }}
cancel-in-progress: true
on:
workflow_run:
workflows: ["w1"]
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: hello
run: |
echo "hello w2"