Skip to content

modified

modified #5

Workflow file for this run

name: conditional-example-workflow
on: [push]
jobs:
hello-world:
if: github.repository == 'chaitu092/Github-Examples'
runs-on: ubuntu-latest
steps:
- name: "Hello World"
run: echo "Hello World!"
goodbye-moon:
runs-on: ubuntu-latest
steps:
- name: "Goodbye Moon"
run: echo "Goodbye Moon!"