scheduled: comment out homebrew gate
parent
7fac6ab79f
commit
c8ba7c7cdd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue