We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce0e55 commit 0c38ce9Copy full SHA for 0c38ce9
.circleci/workflows.yml
@@ -56,6 +56,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
56
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
57
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
58
- equal: [ 'chore/update_binary_branch', << pipeline.git.branch >> ]
59
+ - equal: [ 'cacie/fix-hook-test-stack-analysis', << pipeline.git.branch >> ]
60
- matches:
61
pattern: /^release\/\d+\.\d+\.\d+$/
62
value: << pipeline.git.branch >>
0 commit comments