mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-24 08:40:50 +01:00
Use ' not " for quotes, and add more brackets.
This commit is contained in:
parent
b73bb3783c
commit
80263bb790
2
.github/workflows/post-pr.yml
vendored
2
.github/workflows/post-pr.yml
vendored
@ -318,7 +318,7 @@ jobs:
|
||||
- integration-tests
|
||||
- ui-tests
|
||||
- codecov-units
|
||||
if: always() && needs.should-i-run.status == "success" && (needs.codecov-units.status != "success" || needs.ui-tests.status != "success" || needs.integration-tests.status != "success")
|
||||
if: always() && (needs.should-i-run.status == 'success' ) && ((needs.codecov-units.status != 'success' ) || (needs.ui-tests.status != 'success') || (needs.integration-tests.status != 'success'))
|
||||
# No concurrency required, runs every time on a schedule.
|
||||
steps:
|
||||
- uses: michaelkaye/matrix-hookshot-action@v1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user