Skip to content

try again without the depends #2

try again without the depends

try again without the depends #2

Workflow file for this run

name: "Dep Jobs Example"
on: ['push']
jobs:
job2:
runs-on: ubuntu-latest
steps:
- name: stepA
run: echo "World"
job1:
runs-on: ubuntu-latest
steps:
- name: stepB
run: echo "Hello"