run full workflow menu on this branch

This commit is contained in:
Cacie Prins
2025-09-17 10:22:01 -04:00
parent 897da0deff
commit a9bcbe87b0
2 changed files with 16 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ linux-x64:
- equal: [ develop, << pipeline.git.branch >> ]
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
- equal: [ 'use-pack-for-circle', << pipeline.git.branch >> ]
- matches:
pattern: /^release\/\d+\.\d+\.\d+$/
value: << pipeline.git.branch >>

View File

@@ -3688,6 +3688,9 @@ workflows:
- equal:
- update-v8-snapshot-cache-on-develop
- << pipeline.git.branch >>
- equal:
- use-pack-for-circle
- << pipeline.git.branch >>
- matches:
pattern: /^release\/\d+\.\d+\.\d+$/
value: << pipeline.git.branch >>
@@ -3742,6 +3745,9 @@ workflows:
- equal:
- update-v8-snapshot-cache-on-develop
- << pipeline.git.branch >>
- equal:
- use-pack-for-circle
- << pipeline.git.branch >>
- matches:
pattern: /^release\/\d+\.\d+\.\d+$/
value: << pipeline.git.branch >>
@@ -3807,6 +3813,9 @@ workflows:
- equal:
- update-v8-snapshot-cache-on-develop
- << pipeline.git.branch >>
- equal:
- use-pack-for-circle
- << pipeline.git.branch >>
- matches:
pattern: /^release\/\d+\.\d+\.\d+$/
value: << pipeline.git.branch >>
@@ -4292,6 +4301,9 @@ workflows:
- equal:
- update-v8-snapshot-cache-on-develop
- << pipeline.git.branch >>
- equal:
- use-pack-for-circle
- << pipeline.git.branch >>
- matches:
pattern: /^release\/\d+\.\d+\.\d+$/
value: << pipeline.git.branch >>
@@ -5127,6 +5139,9 @@ workflows:
- equal:
- update-v8-snapshot-cache-on-develop
- << pipeline.git.branch >>
- equal:
- use-pack-for-circle
- << pipeline.git.branch >>
- matches:
pattern: /^release\/\d+\.\d+\.\d+$/
value: << pipeline.git.branch >>