Fix nightly tests workflow (#2285)

This commit is contained in:
Karolina Rakoczy 2022-09-05 10:42:32 +02:00 committed by GitHub
parent c236d5346a
commit 105403e4ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ jobs:
tag: ${{github.event.client_payload.project}}, ${{github.event.client_payload.environment}}, Critical, https://v${{ steps.version.outputs.formatted_version }}.staging.saleor.cloud tag: ${{github.event.client_payload.project}}, ${{github.event.client_payload.environment}}, Critical, https://v${{ steps.version.outputs.formatted_version }}.staging.saleor.cloud
add-review-and-merge-patch: add-review-and-merge-patch:
if: ${{ always() && needs.run-tests-on-release.outputs.status != "skipped" && needs.run-tests-on-release.outputs.status != "cancelled" }} if: ${{ always() && needs.run-tests-on-release.outputs.status != 'skipped' && needs.run-tests-on-release.outputs.status != 'cancelled' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [run-tests-on-release] needs: [run-tests-on-release]
steps: steps: