diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index ad44b24cd..758856d04 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -30,6 +30,7 @@ jobs: build: name: Build runs-on: ubuntu-latest + if: github.repository_owner == 'rockcarver' steps: - name: Checkout repository uses: actions/checkout@v4