Skip to content

Commit 11261a5

Browse files
committed
Fake being on main DO NOT CHECK IN
1 parent 234d2c8 commit 11261a5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/stage-4-acceptance.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ jobs:
6060
- name: "Set environment"
6161
shell: bash
6262
run: |
63-
if [ "${{ inputs.pr_number }}" != "" ]; then
64-
echo "ENVIRONMENT=pr${{ inputs.pr_number }}" >> $GITHUB_ENV
65-
else
66-
echo "ENVIRONMENT=main" >> $GITHUB_ENV
67-
fi
63+
echo "ENVIRONMENT=main" >> $GITHUB_ENV
6864
6965
- name: Trigger Acceptance Tests
7066
shell: bash

0 commit comments

Comments
 (0)