Skip to content

Commit

Permalink
conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
1tchyBa11z committed Oct 25, 2024
1 parent ebd9f6f commit f5b63c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .github/workflows/.conditional.yml.swp
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/conditional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: example-workflow
on: [push]
jobs:
hello-world:
if: github.repository == 'octo-org/octo-repo-prod'
if: github.repository == '1tchyBa11z/Github-Examples'
runs-on: ubuntu-latest
steps:
- name: "Hello World"
Expand All @@ -11,4 +11,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Goodbye Moon"
run: echo "Goodbye Moon!"
run: echo "Goodbye Moon!"

0 comments on commit f5b63c0

Please sign in to comment.