From c8ba7c7cdd243d61b25e02372abb5723c4b2e930 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 15 Dec 2022 18:43:16 +0100 Subject: [PATCH] scheduled: comment out homebrew gate --- .github/workflows/scheduled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 0a50b7ea61f..58144dba79c 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -13,7 +13,7 @@ concurrency: jobs: create_matrix: - if: startsWith( github.repository, 'Homebrew/' ) + # if: startsWith( github.repository, 'Homebrew/' ) runs-on: ubuntu-22.04 outputs: json: ${{ steps.matrix.outputs.json }} @@ -28,7 +28,7 @@ jobs: echo "json=${json}" >> $GITHUB_OUTPUT echo "json=${json}" audit_online: - if: startsWith( github.repository, 'Homebrew/' ) + # if: startsWith( github.repository, 'Homebrew/' ) runs-on: ubuntu-22.04 needs: create_matrix strategy: