From 70978467a088da3abf3fe45d92d90f6529f19ea9 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 6 Aug 2024 15:25:54 -0400 Subject: [PATCH] skip no commit to main on ci (#1814) --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 384f9d70a..74b4bcfbd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,8 @@ jobs: python-version: "3.10" cache: 'pip' # caching pip dependencies - uses: pre-commit/action@v3.0.0 + env: + SKIP: no-commit-to-branch pytest: name: PyTest