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

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 7d838365844e8a021a5611f1cb024aea6861d89f
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Apr 22 10:00:29 2021 +0700

    .github/workflows/Lucene-Net-Website.yml: Run job only if we are pushing to 
the main fork. All other forks will ignore this action.
---
 .github/workflows/Lucene-Net-Website.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/Lucene-Net-Website.yml 
b/.github/workflows/Lucene-Net-Website.yml
index 8f5eb40..173766c 100644
--- a/.github/workflows/Lucene-Net-Website.yml
+++ b/.github/workflows/Lucene-Net-Website.yml
@@ -48,6 +48,7 @@ env:
 jobs:
   build:
     runs-on: windows-latest
+    if: ${{ github.repository == 'apache/lucenenet' }} # Run only on the main 
fork (SHAZWAZZA - check whether this is right)
     steps:
       - name: Checkout Lucene.Net source
         uses: actions/checkout@v2

Reply via email to