We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234d2c8 commit 11261a5Copy full SHA for 11261a5
1 file changed
.github/workflows/stage-4-acceptance.yaml
@@ -60,11 +60,7 @@ jobs:
60
- name: "Set environment"
61
shell: bash
62
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
+ echo "ENVIRONMENT=main" >> $GITHUB_ENV
68
69
- name: Trigger Acceptance Tests
70
0 commit comments