Skip to content

Commit

Permalink
Modify workflows to not run on staging and production
Browse files Browse the repository at this point in the history
only release runs for the belonging branch
  • Loading branch information
daneryl committed Sep 19, 2024
1 parent 0871cdf commit 97388e1
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_check_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: check translations
on:
push:
branches:
- production
- development
- staging
pull_request:

concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci_cypress_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: Component testing
on:
push:
branches:
- production
- development
- staging

pull_request:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_e2e_cypress_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: e2e cypress BASE
on:
push:
branches:
- production
- development
- staging
pull_request:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_e2e_cypress_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: e2e cypress PAGES
on:
push:
branches:
- production
- development
- staging
pull_request:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_e2e_cypress_ssettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: e2e cypress SETTINGS
on:
push:
branches:
- production
- development
- staging
pull_request:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_e2e_puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: e2e puppeteer
on:
push:
branches:
- production
- development
- staging
pull_request:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: eslint
on:
push:
branches:
- production
- development
- staging
pull_request:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_ts_emit_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: check-emitted-types
on:
push:
branches:
- production
- development
- staging
pull_request:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_ts_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: check-types
on:
push:
branches:
- production
- development
- staging
pull_request:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Unit tests
on:
push:
branches:
- production
- development
- staging
pull_request:

concurrency:
Expand Down

0 comments on commit 97388e1

Please sign in to comment.