Fix nightly tests workflow (#2285)
This commit is contained in:
parent
c236d5346a
commit
105403e4ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests-nightly.yml
vendored
2
.github/workflows/tests-nightly.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue