Skip to content

Commit

Permalink
conditional modified
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking authored Apr 30, 2024
1 parent 65b8000 commit 424ea08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 == 'ExamProCo/Github-Examples'
runs-on: ubuntu-latest
steps:
- name: "Hello World"
Expand Down

0 comments on commit 424ea08

Please sign in to comment.