From d942354b9e831fff573bdb38df6040fa4f8375f8 Mon Sep 17 00:00:00 2001 From: Dylan Myers Date: Tue, 29 Aug 2023 14:44:48 -0400 Subject: [PATCH] Remove license check --- .github/workflows/checks.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d605d1a9a9..32dd6cda06 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -71,12 +71,12 @@ jobs: - name: run sanitycheck.py run: python3 ./internal/tools/sanitycheck.py - checklicense: - runs-on: ubuntu-latest - steps: - - name: check out code - uses: actions/checkout@v3 - - name: install tools - run: make install-tools - - name: run checklicense - run: make checklicense + #checklicense: + # runs-on: ubuntu-latest + # steps: + # - name: check out code + # uses: actions/checkout@v3 + # - name: install tools + # run: make install-tools + # - name: run checklicense + # run: make checklicense