From fa727e7d4c92cd292b9f0ca9e984cfacf550454c Mon Sep 17 00:00:00 2001 From: John-Michael O'Brien Date: Wed, 9 Oct 2024 12:10:46 -0600 Subject: [PATCH] Blocked CI from running on central repo CloudNexus CI minutes are communial and our agreements to use them are in process. This disables calling the jobs on that central CI. --- .github/workflows/fmt-lint-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fmt-lint-test.yml b/.github/workflows/fmt-lint-test.yml index ccd3a92..eaab3fd 100644 --- a/.github/workflows/fmt-lint-test.yml +++ b/.github/workflows/fmt-lint-test.yml @@ -3,6 +3,7 @@ run-name: Check the formatting and code on: [push] jobs: check: + if: github.repository != 'mycloudnexus/cc-api-sandbox' runs-on: ubuntu-24.04 container: image: node:20