From b52888480c108780341a16aa3f5dec48d5fb4e27 Mon Sep 17 00:00:00 2001 From: Noam Ross Date: Mon, 13 Nov 2023 22:09:25 -0500 Subject: [PATCH] Turn off pkgcheck --- .github/workflows/pkgcheck.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pkgcheck.yaml b/.github/workflows/pkgcheck.yaml index 8381631..b4b921f 100644 --- a/.github/workflows/pkgcheck.yaml +++ b/.github/workflows/pkgcheck.yaml @@ -9,9 +9,9 @@ on: # Manually trigger the Action under Actions/pkgcheck workflow_dispatch: # Run on every push to main - push: - branches: - - main + # push: + # branches: + # - main jobs: pkgcheck: