We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4015e8 commit 7d1163eCopy full SHA for 7d1163e
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