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

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


The following commit(s) were added to refs/heads/main by this push:
     new 41a95991aa ci: only run site-ci deploy job for apache/iceberg (#16535)
41a95991aa is described below

commit 41a95991aaaa0ec2be5770308925263ff5776e9a
Author: Kevin Liu <[email protected]>
AuthorDate: Fri May 22 14:02:24 2026 -0400

    ci: only run site-ci deploy job for apache/iceberg (#16535)
---
 .github/workflows/site-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/site-ci.yml b/.github/workflows/site-ci.yml
index fbd18caeb6..ab873c4993 100644
--- a/.github/workflows/site-ci.yml
+++ b/.github/workflows/site-ci.yml
@@ -32,6 +32,7 @@ permissions:
 
 jobs:
   deploy:
+    if: github.repository == 'apache/iceberg'
     runs-on: ubuntu-slim
     permissions:
       contents: write

Reply via email to