From 30614bfa6798b069aa0e2f07cd59b86080997430 Mon Sep 17 00:00:00 2001 From: Abe Winter Date: Fri, 29 Dec 2023 17:50:36 -0500 Subject: [PATCH] skip syntax step --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d90fbfa..64ffa8b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - run: brew test-bot --only-setup - - run: brew test-bot --only-tap-syntax + # - run: brew test-bot --only-tap-syntax - run: brew test-bot --only-formulae --root-url=https://ghcr.io/v2/viamrobotics/brews # if: github.event_name == 'pull_request'