Skip to content

Commit 4df7577

Browse files
Disable PR creation for testing
1 parent ccd595a commit 4df7577

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/exp-json.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
Import-Module ./build.psm1 -Force
3333
Import-Module ./.github/workflows/GHWorkflowHelper -Force
3434
Start-PSBootstrap
35-
Start-PSBuild -Clean -SkipExperimentalFeatureGeneration
35+
Start-PSBuild -Clean
3636
$pwsh = Get-PSOutput
3737
3838
$getExpFeatureJsonScript = @'
@@ -77,12 +77,12 @@ jobs:
7777
name: experimental-feature-windows.json
7878
path: experimental-feature-windows.json
7979

80-
- name: Create Pull Request
81-
uses: peter-evans/create-pull-request@v3
82-
id: cpr
83-
if: env.CREATE_EXP_JSON_PR == 'true'
84-
with:
85-
commit-message: "Update experimental-feature-windows.json"
86-
title: "Update experimental-feature-windows.json"
87-
base: master
88-
branch: expjson_update_windows
80+
#- name: Create Pull Request
81+
# uses: peter-evans/create-pull-request@v3
82+
# id: cpr
83+
# if: env.CREATE_EXP_JSON_PR == 'true'
84+
# with:
85+
# commit-message: "Update experimental-feature-windows.json"
86+
# title: "Update experimental-feature-windows.json"
87+
# base: master
88+
# branch: expjson_update_windows

0 commit comments

Comments
 (0)