This is an automated email from the ASF dual-hosted git repository.
dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git
The following commit(s) were added to refs/heads/main by this push:
new ef52460 run mcp-server-nightly action only in origin repo (#180)
ef52460 is described below
commit ef52460a67bd1ce253b28836414b8e0e08a779e1
Author: Artur Rakhmatulin <[email protected]>
AuthorDate: Wed Mar 4 15:05:49 2026 +0000
run mcp-server-nightly action only in origin repo (#180)
---
.github/workflows/mcp-server-nightly.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/mcp-server-nightly.yml
b/.github/workflows/mcp-server-nightly.yml
index 18fb209..6e8a962 100644
--- a/.github/workflows/mcp-server-nightly.yml
+++ b/.github/workflows/mcp-server-nightly.yml
@@ -31,6 +31,7 @@ on:
jobs:
publish-nightly:
+ if: github.repository == 'apache/polaris-tools'
runs-on: ubuntu-latest
steps: