mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-07 07:31:22 +01:00
Merge pull request #7392 from vector-im/feature/bma/fix_post_pr
Fix message sent even if the step `ui-tests` is successful.
This commit is contained in:
commit
e8dbdbb15f
2
.github/workflows/post-pr.yml
vendored
2
.github/workflows/post-pr.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- should-i-run
|
- should-i-run
|
||||||
- ui-tests
|
- ui-tests
|
||||||
if: always() && (needs.should-i-run.result == 'success' ) && ((needs.codecov-units.result != 'success' ) || (needs.ui-tests.result != 'success') || (needs.integration-tests.result != 'success'))
|
if: always() && (needs.should-i-run.result == 'success' ) && (needs.ui-tests.result != 'success')
|
||||||
# No concurrency required, runs every time on a schedule.
|
# No concurrency required, runs every time on a schedule.
|
||||||
steps:
|
steps:
|
||||||
- uses: michaelkaye/matrix-hookshot-action@v1.0.0
|
- uses: michaelkaye/matrix-hookshot-action@v1.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user