This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new d8b862b13 fix(nightly-CI): Do not publish snapshots from forks (#1635)
d8b862b13 is described below
commit d8b862b13914d526ee147dc0e359bfc9c1e319ad
Author: Robert Stupp <[email protected]>
AuthorDate: Thu May 22 11:28:48 2025 +0200
fix(nightly-CI): Do not publish snapshots from forks (#1635)
Adopt the `Nightly Build` workflow to not (try to) publish every night from
forks.
---
.github/workflows/nightly.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 58ab4b39d..6cdd28173 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -43,6 +43,7 @@ permissions:
jobs:
nightly_build:
runs-on: ubuntu-latest
+ if: github.repository == 'apache/polaris'
steps:
- name: Checkout
uses: actions/checkout@v4