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