From 51b47dd4e959f16d948413a774f5afee1be4cfa4 Mon Sep 17 00:00:00 2001 From: Joan Gallego Girona Date: Thu, 19 Sep 2024 13:04:46 +0200 Subject: [PATCH] Modify workflows to not run on staging and production (#7245) only release runs for the belonging branch --- .github/workflows/ci_check_translations.yml | 2 -- .github/workflows/ci_cypress_component.yml | 3 --- .github/workflows/ci_e2e_cypress_base.yml | 2 -- .github/workflows/ci_e2e_cypress_pages.yml | 2 -- .github/workflows/ci_e2e_cypress_ssettings.yml | 2 -- .github/workflows/ci_e2e_puppeteer.yml | 2 -- .github/workflows/ci_eslint.yml | 2 -- .github/workflows/ci_ts_emit_check.yml | 2 -- .github/workflows/ci_ts_types.yml | 2 -- .github/workflows/ci_unit_tests.yml | 2 -- 10 files changed, 21 deletions(-) diff --git a/.github/workflows/ci_check_translations.yml b/.github/workflows/ci_check_translations.yml index 6c0742501c..e30f4b96eb 100644 --- a/.github/workflows/ci_check_translations.yml +++ b/.github/workflows/ci_check_translations.yml @@ -3,9 +3,7 @@ name: check translations on: push: branches: - - production - development - - staging pull_request: concurrency: diff --git a/.github/workflows/ci_cypress_component.yml b/.github/workflows/ci_cypress_component.yml index ca112a41cb..b8982d5e6a 100644 --- a/.github/workflows/ci_cypress_component.yml +++ b/.github/workflows/ci_cypress_component.yml @@ -3,10 +3,7 @@ name: Component testing on: push: branches: - - production - development - - staging - pull_request: concurrency: diff --git a/.github/workflows/ci_e2e_cypress_base.yml b/.github/workflows/ci_e2e_cypress_base.yml index 4d7831b10c..31454fe1d6 100644 --- a/.github/workflows/ci_e2e_cypress_base.yml +++ b/.github/workflows/ci_e2e_cypress_base.yml @@ -3,9 +3,7 @@ name: e2e cypress BASE on: push: branches: - - production - development - - staging pull_request: concurrency: diff --git a/.github/workflows/ci_e2e_cypress_pages.yml b/.github/workflows/ci_e2e_cypress_pages.yml index 3903933385..c44f9f9c28 100644 --- a/.github/workflows/ci_e2e_cypress_pages.yml +++ b/.github/workflows/ci_e2e_cypress_pages.yml @@ -3,9 +3,7 @@ name: e2e cypress PAGES on: push: branches: - - production - development - - staging pull_request: concurrency: diff --git a/.github/workflows/ci_e2e_cypress_ssettings.yml b/.github/workflows/ci_e2e_cypress_ssettings.yml index b92c1727c8..89c0879209 100644 --- a/.github/workflows/ci_e2e_cypress_ssettings.yml +++ b/.github/workflows/ci_e2e_cypress_ssettings.yml @@ -3,9 +3,7 @@ name: e2e cypress SETTINGS on: push: branches: - - production - development - - staging pull_request: concurrency: diff --git a/.github/workflows/ci_e2e_puppeteer.yml b/.github/workflows/ci_e2e_puppeteer.yml index dcfc5cdd2f..b571366770 100644 --- a/.github/workflows/ci_e2e_puppeteer.yml +++ b/.github/workflows/ci_e2e_puppeteer.yml @@ -3,9 +3,7 @@ name: e2e puppeteer on: push: branches: - - production - development - - staging pull_request: concurrency: diff --git a/.github/workflows/ci_eslint.yml b/.github/workflows/ci_eslint.yml index 03fd3b3879..bcc80bb2ac 100644 --- a/.github/workflows/ci_eslint.yml +++ b/.github/workflows/ci_eslint.yml @@ -3,9 +3,7 @@ name: eslint on: push: branches: - - production - development - - staging pull_request: concurrency: diff --git a/.github/workflows/ci_ts_emit_check.yml b/.github/workflows/ci_ts_emit_check.yml index 1368662456..79ba13c775 100644 --- a/.github/workflows/ci_ts_emit_check.yml +++ b/.github/workflows/ci_ts_emit_check.yml @@ -3,9 +3,7 @@ name: check-emitted-types on: push: branches: - - production - development - - staging pull_request: concurrency: diff --git a/.github/workflows/ci_ts_types.yml b/.github/workflows/ci_ts_types.yml index 15e27b0819..d32e0b1f40 100644 --- a/.github/workflows/ci_ts_types.yml +++ b/.github/workflows/ci_ts_types.yml @@ -3,9 +3,7 @@ name: check-types on: push: branches: - - production - development - - staging pull_request: concurrency: diff --git a/.github/workflows/ci_unit_tests.yml b/.github/workflows/ci_unit_tests.yml index cc02c2b0e7..1a6523d774 100644 --- a/.github/workflows/ci_unit_tests.yml +++ b/.github/workflows/ci_unit_tests.yml @@ -3,9 +3,7 @@ name: Unit tests on: push: branches: - - production - development - - staging pull_request: concurrency: