mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
- run: yarn ember coverage-merge
|
||||
working-directory: ghost/admin
|
||||
- uses: codecov/codecov-action@v3
|
||||
if: matrix.browser == "Chrome"
|
||||
if: matrix.browser == 'Chrome'
|
||||
|
||||
- uses: daniellockyer/action-slack-build@master
|
||||
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
|
|
Loading…
Add table
Reference in a new issue