summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2024-02-23 11:21:01 -0500
committerDaniel McCarney <daniel@binaryparadox.net>2024-02-23 16:32:17 +0000
commit8e95ae1967bdbdb8a37a233327be453cd5fc5178 (patch)
tree89b0c34ff7edd1aadcffea8ecfc80a03e197c3fe /.github
parentca4f9bbe6fa38560d93d71a6e006b13a6e831063 (diff)
ci: skip docs deploy for forks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 77465d54..77058c3a 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -53,6 +53,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
+ if: github.repository == 'rustls/rustls'
needs: generate
environment:
name: github-pages