From d6a34ca25fe6194ae516d2a99edcacd0776f04e0 Mon Sep 17 00:00:00 2001 From: Joe Bell <7349341+joe-bell@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:51:41 +0200 Subject: [PATCH] chore: only run examples for owner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97f6c0f..a2b0662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && github.actor_id == '7349341' steps: - uses: actions/checkout@v3 with: