Fixed typo in CI workflow if-statement

- apparently I should only use single quotes here?
This commit is contained in:
Daniel Lockyer 2022-09-05 10:14:28 +01:00 committed by Daniel Lockyer
parent 6f5dbf7820
commit 75ec41cbe2

View File

@ -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'