mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed typo in CI workflow if-statement
- apparently I should only use single quotes here?
This commit is contained in:
parent
6f5dbf7820
commit
75ec41cbe2
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
- run: yarn ember coverage-merge
|
- run: yarn ember coverage-merge
|
||||||
working-directory: ghost/admin
|
working-directory: ghost/admin
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
if: matrix.browser == "Chrome"
|
if: matrix.browser == 'Chrome'
|
||||||
|
|
||||||
- uses: daniellockyer/action-slack-build@master
|
- uses: daniellockyer/action-slack-build@master
|
||||||
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
|
Loading…
Reference in New Issue
Block a user