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