mirror of
https://github.com/cypress-io/cypress.git
synced 2025-12-30 19:19:53 -06:00
run full workflow menu on this branch
This commit is contained in:
@@ -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 >>
|
||||
|
||||
@@ -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 >>
|
||||
|
||||
Reference in New Issue
Block a user