Skip to content

Commit

Permalink
chore: Restrict MMI test runs
Browse files Browse the repository at this point in the history
The standard MMI e2e test suite now only runs on long-running branches,
and for MMI-related changes. This should reduce CircleCI credit usage
substantially.
  • Loading branch information
Gudahtt committed Nov 22, 2024
1 parent e3c6b29 commit e493c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ workflows:
- prep-build-test-mmi:
requires:
- prep-deps
- check-mmi-trigger
- prep-build-test-mmi-playwright:
requires:
- prep-deps
Expand Down Expand Up @@ -802,6 +803,7 @@ jobs:
- run: corepack enable
- attach_workspace:
at: .
- run: *check-mmi-trigger
- run:
name: Build extension for testing
command: yarn build:test:mmi
Expand Down

0 comments on commit e493c5c

Please sign in to comment.