From 3b24873057e1f314ac5574238464e1f3d2e3d724 Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Sat, 31 Aug 2024 15:13:00 +1200 Subject: [PATCH] Don't attempt to publish to PyPI on scheduled tasks --- .github/workflows/integration_test_and_build_all_packages_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration_test_and_build_all_packages_ci.yml b/.github/workflows/integration_test_and_build_all_packages_ci.yml index a80bc358..bcf4f48b 100644 --- a/.github/workflows/integration_test_and_build_all_packages_ci.yml +++ b/.github/workflows/integration_test_and_build_all_packages_ci.yml @@ -310,6 +310,7 @@ jobs: name: Publish package to PyPI needs: py_build runs-on: ubuntu-latest + if: github.event_name != 'schedule' steps: # Fetch shallow git repository