Skip to content

Commit

Permalink
Temporarily comment campaigns
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Oct 3, 2023
1 parent c1c26e1 commit 53884fc
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions .github/workflows/upgrade_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,45 +159,45 @@ jobs:
- 'cldr'
- 'functional:API'
- 'functional:BO:advanced-parameters:01-06'
- 'functional:BO:advanced-parameters:07-10'
- 'functional:BO:advanced-parameters:11-12'
- 'functional:BO:catalog:01-02'
- 'functional:BO:catalog:03-04'
- 'functional:BO:catalog:05-06'
- 'functional:BO:catalog:07-08'
- 'functional:BO:customer-service'
- 'functional:BO:customer:01'
- 'functional:BO:customer:02-03'
- 'functional:BO:dashboard'
- 'functional:BO:design'
- 'functional:BO:header'
- 'functional:BO:international:01'
- 'functional:BO:international:02'
- 'functional:BO:international:03-04'
- 'functional:BO:login'
- 'functional:BO:modules'
- 'functional:BO:orders:01-create-orders'
- 'functional:BO:orders:01-view-and-edit-order'
- 'functional:BO:orders:01:0-1'
- 'functional:BO:orders:02'
- 'functional:BO:orders:03-05'
- 'functional:BO:payment'
- 'functional:BO:shipping'
- 'functional:BO:shop-parameters:01-02'
- 'functional:BO:shop-parameters:03-04'
- 'functional:BO:shop-parameters:05-07'
- 'functional:FO:01-03'
- 'functional:FO:04-07'
- 'functional:FO:08-12'
- 'functional:FO:classic:01-03'
- 'functional:FO:classic:04-07'
- 'functional:FO:classic:08-12'
- 'functional:FO:hummingbird:01-03'
- 'functional:WS'
- 'functional:productV2'
- 'modules'
- 'regression'
- 'sanity:productV2'
# - 'functional:BO:advanced-parameters:07-10'
# - 'functional:BO:advanced-parameters:11-12'
# - 'functional:BO:catalog:01-02'
# - 'functional:BO:catalog:03-04'
# - 'functional:BO:catalog:05-06'
# - 'functional:BO:catalog:07-08'
# - 'functional:BO:customer-service'
# - 'functional:BO:customer:01'
# - 'functional:BO:customer:02-03'
# - 'functional:BO:dashboard'
# - 'functional:BO:design'
# - 'functional:BO:header'
# - 'functional:BO:international:01'
# - 'functional:BO:international:02'
# - 'functional:BO:international:03-04'
# - 'functional:BO:login'
# - 'functional:BO:modules'
# - 'functional:BO:orders:01-create-orders'
# - 'functional:BO:orders:01-view-and-edit-order'
# - 'functional:BO:orders:01:0-1'
# - 'functional:BO:orders:02'
# - 'functional:BO:orders:03-05'
# - 'functional:BO:payment'
# - 'functional:BO:shipping'
# - 'functional:BO:shop-parameters:01-02'
# - 'functional:BO:shop-parameters:03-04'
# - 'functional:BO:shop-parameters:05-07'
# - 'functional:FO:01-03'
# - 'functional:FO:04-07'
# - 'functional:FO:08-12'
# - 'functional:FO:classic:01-03'
# - 'functional:FO:classic:04-07'
# - 'functional:FO:classic:08-12'
# - 'functional:FO:hummingbird:01-03'
# - 'functional:WS'
# - 'functional:productV2'
# - 'modules'
# - 'regression'
# - 'sanity:productV2'
BASE_BRANCH:
- ${{ (startsWith(inputs.target_ref, '1.7.8') && '1.7.8.x') || (startsWith(inputs.target_ref, '8.0') && '8.0.x') || (startsWith(inputs.target_ref, '8.1') && '8.1.x') || 'develop' }}
exclude:
Expand Down

0 comments on commit 53884fc

Please sign in to comment.