Skip to content

Commit b62047d

Browse files
committed
fix(ci-pr.yml): formatting
Removed the pre-release option Signed-off-by: kpoorman <kjp@codefriar.com>
1 parent 83a3a29 commit b62047d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# openai_engine: "text-davinci-002" #optional
3838
openai_temperature: 0.5 #optional
3939
openai_max_tokens: 2048 #optional
40-
mode: file # file or patch
40+
mode: file # file or patch
4141

4242
# Formatting only runs on human-submitted and Dependabot PRs
4343
format-and-linting:
@@ -145,13 +145,13 @@ jobs:
145145
run: sf org login sfdx-url -f ./DEVHUB_SFDX_URL.txt -a devhub -d
146146

147147
# Create prerelease scratch org
148-
- name: 'Create prerelease scratch org'
149-
if: ${{ env.IS_PRERELEASE }}
150-
run: sf org create scratch -f config/project-scratch-def.json -a scratch-org -d -y 1 --release=preview
148+
# - name: 'Create prerelease scratch org'
149+
# if: ${{ env.IS_PRERELEASE }}
150+
# run: sf org create scratch -f config/project-scratch-def.json -a scratch-org -d -y 1 --release=preview
151151

152152
# Create scratch org
153153
- name: 'Create scratch org'
154-
if: ${{ !env.IS_PRERELEASE }}
154+
# if: ${{ !env.IS_PRERELEASE }}
155155
run: sf org create scratch -f config/project-scratch-def.json -a scratch-org -d -y 1
156156

157157
# Deploy source to scratch org

0 commit comments

Comments
 (0)