From b0a50f631a7da4c8ce2650a574c982a718cf293b Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 6 Jul 2023 08:27:15 -0700 Subject: [PATCH] Silences weekly cron jobs for forks (#2459) --- .github/workflows/weekly-cron-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/weekly-cron-tests.yaml b/.github/workflows/weekly-cron-tests.yaml index 0e485acea0..39b647a2b9 100644 --- a/.github/workflows/weekly-cron-tests.yaml +++ b/.github/workflows/weekly-cron-tests.yaml @@ -11,6 +11,7 @@ permissions: jobs: weekly-cron: + if: github.repository == 'aws/amazon-vpc-cni-k8s' runs-on: ubuntu-latest steps: - name: Checkout latest commit in the PR