From 2693af132a3c807d57729f26b33bac7f4dd8b989 Mon Sep 17 00:00:00 2001 From: Ken Lewerentz Date: Wed, 20 Nov 2024 13:42:48 +0700 Subject: [PATCH] [BUG] global: Disabling non-working GH Action workflows --- .github/workflows/test-legacy.yml | 6 ------ .github/workflows/test-pypi.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/test-legacy.yml b/.github/workflows/test-legacy.yml index 5d6165077..2d0d28243 100644 --- a/.github/workflows/test-legacy.yml +++ b/.github/workflows/test-legacy.yml @@ -1,12 +1,6 @@ name: tests (legacy) # fetching the OpenG2P dependencies from the OpenG2P repositories, using latest revision of branch 17.0/17.0-develop -on: - push: - branches: - - "17.0" - - "17.0-ocabot-*" - - "farmer-registry" env: OCA_GIT_USER_NAME: openspp OCA_GIT_USER_EMAIL: bot@openspp.org diff --git a/.github/workflows/test-pypi.yml b/.github/workflows/test-pypi.yml index 3adad769f..a72826170 100644 --- a/.github/workflows/test-pypi.yml +++ b/.github/workflows/test-pypi.yml @@ -1,12 +1,6 @@ name: tests (PyPI) # fetching the OpenG2P dependencies from OpenSPP PyPI, locked to the version of the OpenSPP 17.0.1.2 (batanes) release -on: - push: - branches: - - "17.0" - - "17.0-ocabot-*" - - "farmer-registry" env: OCA_GIT_USER_NAME: openspp OCA_GIT_USER_EMAIL: bot@openspp.org