Skip to content

conditional modified #6

conditional modified

conditional modified #6

Workflow file for this run

name: example-workflow
on: [push]
jobs:
hello-world:
if: github.repository == 'ExamProCo/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!"