We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f85f6f commit fa82e17Copy full SHA for fa82e17
.github/workflows/promote-branch.yml
@@ -36,11 +36,6 @@ jobs:
36
echo "is-maintenance-branch=${{ env.is-maintenance-branch }}"
37
echo "promotion-type=${{ inputs.promotion-type }}"
38
echo "${{ github.ref_name }}"
39
- - name: 'Check promotion type'
40
- if: "!(${{ inputs.promotion-type }} == 'preview' || ${{ inputs.promotion-type }} == 'release')"
41
- run: |
42
- echo "Invalid promotion type: ${{ inputs.promotion-type }}"
43
- exit 1
44
- name: 'Check source branch'
45
if: ${{ !env.is-development-branch }} || ${{ !env.is-maintenance-branch }}
46
run: |
0 commit comments