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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new a4f3d52b only run nightly on main repo (#502)
a4f3d52b is described below

commit a4f3d52b0ac4b6de7c6202465e7f7d524e9093ed
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Apr 13 21:06:33 2026 +0200

    only run nightly on main repo (#502)
    
    * only run nightly on main repo
    
    * Update link-validator.yml
---
 .github/workflows/link-validator.yml | 1 +
 .github/workflows/nightly-pekko.yml  | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index ff4cd1b8..2e7a4e97 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -10,6 +10,7 @@ on:
 jobs:
   validate-links:
     runs-on: ubuntu-22.04
+    if: github.repository == 'apache/pekko-connectors-kafka'
     steps:
       - name: Checkout
         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
diff --git a/.github/workflows/nightly-pekko.yml 
b/.github/workflows/nightly-pekko.yml
index 03c79ddd..35f2fa3c 100644
--- a/.github/workflows/nightly-pekko.yml
+++ b/.github/workflows/nightly-pekko.yml
@@ -19,6 +19,7 @@ jobs:
   compile-and-test:
     name: Build and Test
     runs-on: ubuntu-22.04
+    if: github.repository == 'apache/pekko-connectors-kafka'
     strategy:
       fail-fast: false
       matrix:
@@ -63,6 +64,7 @@ jobs:
   integration-test:
     name: Integration tests
     runs-on: ubuntu-22.04
+    if: github.repository == 'apache/pekko-connectors-kafka'
     strategy:
       fail-fast: false
       matrix:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to