From 5db494dae04178ef395b1209fd4b414147db92d5 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Fri, 22 May 2026 09:46:42 +0200 Subject: [PATCH] ci:disable support/1.0.0 branch schedules --- .github/workflows/continuous-integration.yml | 3 +++ .github/workflows/locales-sync.yml | 3 +++ .github/workflows/locales-update-source.yml | 2 -- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 248d455c..3c8a2d06 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -24,6 +24,9 @@ jobs: with: glpi-version: "11.0.x" ci: + if: | + startsWith(github.ref_name, 'support/') && + github.ref_name != 'support/1.0.0' name: "GLPI ${{ matrix.glpi-version }} - php:${{ matrix.php-version }} - ${{ matrix.db-image }}" needs: "generate-ci-matrix" strategy: diff --git a/.github/workflows/locales-sync.yml b/.github/workflows/locales-sync.yml index f1efd1cc..11020140 100644 --- a/.github/workflows/locales-sync.yml +++ b/.github/workflows/locales-sync.yml @@ -7,6 +7,9 @@ on: jobs: sync-with-transifex: + if: | + startsWith(github.ref_name, 'support/') && + github.ref_name != 'support/1.0.0' name: "Sync with transifex" uses: "glpi-project/plugin-translation-workflows/.github/workflows/transifex-sync.yml@v1" secrets: diff --git a/.github/workflows/locales-update-source.yml b/.github/workflows/locales-update-source.yml index c877eec5..74da655d 100644 --- a/.github/workflows/locales-update-source.yml +++ b/.github/workflows/locales-update-source.yml @@ -3,10 +3,8 @@ name: "Update locales sources" on: push: branches: - - "main" - "develop" - "support/*" - - "feature/github_actions" jobs: push-on-transifex: