diff --git a/.github/workflows/codeball-act.yml b/.github/workflows/codeball-act.yml index dafe4da..11277ec 100644 --- a/.github/workflows/codeball-act.yml +++ b/.github/workflows/codeball-act.yml @@ -2,7 +2,7 @@ on: [pull_request] name: Codeball (Local Testing) jobs: codeball_job_local_tetsing: - if: ${{ env.ACT }} + if: github.repository == 'sturdy-dev/test-codeball' runs-on: ubuntu-latest name: Codeball steps: diff --git a/.github/workflows/codeball.yml b/.github/workflows/codeball.yml index 70d15d0..efac67a 100644 --- a/.github/workflows/codeball.yml +++ b/.github/workflows/codeball.yml @@ -2,7 +2,7 @@ on: [pull_request] name: Codeball jobs: codeball_job: - if: ${{ !env.ACT }} + if: github.repository == 'sturdy-dev/codeball-action' runs-on: ubuntu-latest name: Codeball steps: