We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d7993 commit bce0e55Copy full SHA for bce0e55
.circleci/workflows.yml
@@ -44,6 +44,7 @@ macWorkflowFilters: &darwin-workflow-filters
44
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
45
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
46
- equal: [ 'chore/update_vue_test_utils', << pipeline.git.branch >> ]
47
+ - equal: [ 'cacie/fix-hook-test-stack-analysis', << pipeline.git.branch >> ]
48
- matches:
49
pattern: /^release\/\d+\.\d+\.\d+$/
50
value: << pipeline.git.branch >>
0 commit comments