From 19a58c4d204bdf9abe9b337f4e1aa6fb6f32e41e Mon Sep 17 00:00:00 2001 From: Defkon1 Date: Fri, 23 Jan 2026 11:39:15 +0100 Subject: [PATCH] Set a condition in GHA for execution (github repo owner) - Fix #75 --- .github/workflows/bitblazor-stories.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bitblazor-stories.yml b/.github/workflows/bitblazor-stories.yml index 9210e2b..a5e75ed 100644 --- a/.github/workflows/bitblazor-stories.yml +++ b/.github/workflows/bitblazor-stories.yml @@ -14,6 +14,7 @@ env: WORKING_DIRECTORY: stories/BitBlazor.Stories jobs: build: + if: github.repository_owner == 'albx' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -35,6 +36,7 @@ jobs: name: webapp path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }} deploy: + if: github.repository_owner == 'albx' runs-on: ubuntu-latest needs: build steps: