We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c63829 commit ccd15e6Copy full SHA for ccd15e6
.github/workflows/deploy_latest_release.yml
@@ -78,13 +78,8 @@ jobs:
78
deploy-demo-site:
79
needs: check-latest-release
80
runs-on: ubuntu-latest
81
+ if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
82
steps:
- - name: Continue deployment?
83
- if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
84
- run: |-
85
- echo "Deploy is not for the latest release. Stopping deployment"
86
- exit 0
87
-
88
- name: Checkout
89
uses: actions/checkout@v4
90
0 commit comments