From 8706e125c0dce084547a81b5381e0bf49b2f96c2 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Thu, 21 Dec 2023 18:03:22 -0500 Subject: [PATCH] chore: only run ci workflow from PRs originating from this repo --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbb6ce0..4102ced 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,7 @@ on: jobs: build: + if: ${{ github.event.pull_request.head.repo.full_name == 'buroa/qbtools' }} runs-on: ubuntu-latest steps: - name: Checkout