Skip to content

Commit

Permalink
don't do negative mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jul 12, 2023
1 parent 46c36e6 commit 34f4a90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ workflows:
- trigger-path-filtering:
base-revision: << pipeline.git.branch >>
mapping: |
.* trigger-coverage false
.* trigger-flaky-smoke false
((?!docs/).)* trigger-build true
docs/.* trigger-docs true
ui/.* trigger-ui true
Expand All @@ -105,7 +103,6 @@ workflows:
- trigger-path-filtering:
base-revision: << pipeline.git.branch >>
mapping: |
.* trigger-coverage false
.* trigger-flaky-smoke true
((?!docs/).)* trigger-build true
docs/.* trigger-docs true
Expand Down

0 comments on commit 34f4a90

Please sign in to comment.