Skip to content

Workflow file for this run

name: Jobsssss
on:
push:
branches:
- main
jobs:
job2:
runs-on: ubuntu-latest
needs: job1

Check failure on line 11 in .github/workflows/jobs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jobs.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
steps:
- name: step1
run: echo "Sai"
job1:
steps:
- name: stepB
run: echo "Hello"