We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff075cf commit dae5968Copy full SHA for dae5968
.circleci/workflows.yml
@@ -76,7 +76,7 @@ windowsWorkflowFilters: &windows-workflow-filters
76
- equal: [ develop, << pipeline.git.branch >> ]
77
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
78
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
79
- - equal: [ 'misc/remove_marionette_for_geckodriver', << pipeline.git.branch >> ]
+ - equal: [ 'misc/use_webdriver', << pipeline.git.branch >> ]
80
- matches:
81
pattern: /^release\/\d+\.\d+\.\d+$/
82
value: << pipeline.git.branch >>
0 commit comments