Skip to content

Commit d8b862b

Browse files
authored
fix(nightly-CI): Do not publish snapshots from forks (#1635)
Adopt the `Nightly Build` workflow to not (try to) publish every night from forks.
1 parent b3bbede commit d8b862b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ permissions:
4343
jobs:
4444
nightly_build:
4545
runs-on: ubuntu-latest
46+
if: github.repository == 'apache/polaris'
4647
steps:
4748
- name: Checkout
4849
uses: actions/checkout@v4

0 commit comments

Comments
 (0)