Skip to content

Commit

Permalink
Merge pull request #2400 from satanTime/issues/ie
Browse files Browse the repository at this point in the history
build(IE): better pipeline
  • Loading branch information
satanTime authored May 7, 2022
2 parents 91afa66 + 03f1cd6 commit c3e8ef8
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,10 @@ jobs:
pattern: 'renovate/e2e/.*'
value: << pipeline.git.branch >>
- matches:
pattern: 'docs/.*'
pattern: 'renovate/docs/.*'
value: << pipeline.git.branch >>
- matches:
pattern: 'master|alpha|beta|next|rc'
value: << pipeline.git.branch >>
- matches:
pattern: 'renovate/e2e/a5/.*'
Expand Down Expand Up @@ -1643,13 +1646,25 @@ workflows:
version: 2
Testing:
jobs:
- Core
- Core:
filters:
tags:
only: .*
- E2E:
requires:
- Core
- 'Core IE':
requires:
- Core
filters:
branches:
ignore:
- master
- alpha
- beta
- next
- rc
- renovate/docs/.*
- 'Performance':
requires:
- Core
Expand Down

0 comments on commit c3e8ef8

Please sign in to comment.