Skip to content

Commit

Permalink
reverting commit, adding prerequisite steps for test-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vthomas13 committed Jul 16, 2024
1 parent 485e7ea commit 273e20a
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ exclude_develop_master_rc: &exclude_develop_master_rc
- develop
- master
- /^Version-v(\d+)[.](\d+)[.](\d+)/

exclude_locales_only_workflow: &exclude_locales_only_workflow
filters:
branches:
ignore:
- /^test_l10n_crowdin_action$/

aliases:
# Shallow Git Clone
- &shallow-git-clone
Expand Down Expand Up @@ -125,9 +118,7 @@ workflows:
- check-pr-tag
- prep-deps
- get-changed-files-with-git-diff:
<<:
- *exclude_develop_master_rc
- *exclude_locales_only_workflow
<<: *exclude_develop_master_rc
requires:
- prep-deps
- test-deps-audit:
Expand Down Expand Up @@ -384,9 +375,7 @@ workflows:
jobs:
- prep-deps
- get-changed-files-with-git-diff:
<<:
- *exclude_develop_master_rc
- *exclude_locales_only_workflow
<<: *exclude_develop_master_rc
requires:
- prep-deps
- validate-locales-only:
Expand All @@ -395,6 +384,8 @@ workflows:
- test-lint:
requires:
- prep-deps
- get-changed-files-with-git-diff
- validate-locales-only

jobs:
trigger-beta-build:
Expand Down

0 comments on commit 273e20a

Please sign in to comment.