From 8c9fe411f3bac41d9e0dd85040167777465aa1e5 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 29 Aug 2023 07:22:07 -0400 Subject: [PATCH] Restore deployment condition As noticed by @Pat-Lafon, and implemented previously in #226. --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2d23a4faa..9e31d16d8 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -27,7 +27,7 @@ jobs: deploy: needs: build runs-on: ubuntu-latest - if: ${{github.event_name=='push' && github.ref=='refs/heads/main'}} + if: ${{github.event_name=='push' && github.ref=='refs/heads/main' && github.repository_owner == 'sampsyo'}} steps: - name: Tailscale uses: tailscale/github-action@v2