scheduled: comment out homebrew gate

master
Sean Molenaar 2022-12-15 18:43:16 +01:00
parent 7fac6ab79f
commit c8ba7c7cdd
1 changed files with 2 additions and 2 deletions

View File

@ -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: