This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new a30d410e6ce Only run nightly Docker workflow in apache/solr (#4875)
a30d410e6ce is described below

commit a30d410e6cec95f4c9e14e4fee4a5a8a7ca83866
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Sep 4 15:03:19 2026 +0200

    Only run nightly Docker workflow in apache/solr (#4875)
---
 .github/workflows/docker-nightly.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/docker-nightly.yml 
b/.github/workflows/docker-nightly.yml
index 7ce322b765c..e72add897c8 100644
--- a/.github/workflows/docker-nightly.yml
+++ b/.github/workflows/docker-nightly.yml
@@ -13,6 +13,8 @@ on:
 jobs:
   build-and-publish:
     name: Build and publish Docker images
+    # Only run in the canonical repo; forks lack the Docker Hub credentials to 
publish
+    if: github.repository == 'apache/solr'
     runs-on: ubuntu-latest
     timeout-minutes: 60
 

Reply via email to