diff --git a/.github/workflows/conditional.yml b/.github/workflows/conditional.yml index 87b48c2f9..903582df3 100644 --- a/.github/workflows/conditional.yml +++ b/.github/workflows/conditional.yml @@ -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"