Skip to content

Cert-Organization/Github-Examples or #2

Cert-Organization/Github-Examples or

Cert-Organization/Github-Examples or #2

Workflow file for this run

name: Conditional
on: [push]
jobs:
hello-world:
if: github.repository == 'octo-org/octo-repo-prod' || github.repository == 'Cert-Organization/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!"