File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.circleci/src/pipeline/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ linux-x64:
55 - equal : [ develop, << pipeline.git.branch >> ]
66 # use the following branch as well to ensure that v8 snapshot cache updates are fully tested
77 - equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
8- - equal : [ 'chore/bundle_package_root ', << pipeline.git.branch >> ]
8+ - equal : [ 'feat/cy-prompt ', << pipeline.git.branch >> ]
99 - matches :
1010 pattern : /^release\/\d+\.\d+\.\d+$/
1111 value : << pipeline.git.branch >>
@@ -309,7 +309,7 @@ linux-x64:
309309 - /^release\/\d+\.\d+\.\d+$/
310310 # use the following branch as well to ensure that v8 snapshot cache updates are fully tested
311311 - ' update-v8-snapshot-cache-on-develop'
312- - ' chore/refactor_cli_to_ts '
312+ - ' feat/cy-prompt '
313313 context : test-runner:npm-release
314314 requires :
315315 - ready-to-release
You can’t perform that action at this time.
0 commit comments