We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4996e11 commit 2234703Copy full SHA for 2234703
.circleci/workflows.yml
@@ -80,6 +80,7 @@ windowsWorkflowFilters: &windows-workflow-filters
80
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
81
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
82
- equal: [ 'ryanm/chore/electron-33-upgrade', << pipeline.git.branch >> ]
83
+ - equal: [ 'cacie/fix-hook-test-stack-analysis', << pipeline.git.branch >> ]
84
- matches:
85
pattern: /^release\/\d+\.\d+\.\d+$/
86
value: << pipeline.git.branch >>
0 commit comments