You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/12/13 09:49:14 UTC

[flink-connector-hbase] 02/03: [hotfix][ci] Only run weekly in Apache repo

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git

commit 8996bed455a517b7f69522ab0f9fc8c9f6b800a2
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Dec 13 10:48:38 2022 +0100

    [hotfix][ci] Only run weekly in Apache repo
---
 .github/workflows/weekly.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 568bc82..ac27633 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -22,6 +22,7 @@ on:
     - cron: "0 0 * * 0"
 jobs:
   compile_and_test:
+    if: github.repository_owner == 'apache'
     strategy:
       matrix:
         flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT]