summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHenschi <to@h6l.de>2025-06-24 11:39:54 +0200
committerHenschi <to@h6l.de>2025-06-24 11:39:54 +0200
commit8a839668cf1fb96ccefd38897572229356a0c7ef (patch)
tree9319d987cdc29a545f515f3045a9498b97bd5cbf /.github/workflows
parent86bd58f11fddde3cfa6aa46cc17338cef5485977 (diff)
disable docker on forks
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-docker-image.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml
index 9eb076573..d7e836b50 100644
--- a/.github/workflows/build-docker-image.yaml
+++ b/.github/workflows/build-docker-image.yaml
@@ -17,6 +17,7 @@ permissions:
jobs:
docker:
+ if: github.repository == 'yacy/yacy_search_server'
strategy:
fail-fast: false
matrix: