Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 66c095d

Browse files
author
José Postiga
committed
ci(GitHub): fix context conditional
1 parent 6f2c245 commit 66c095d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Store test coverage report
4444
run: vendor/bin/php-coveralls -v
45-
if: github.event_name == "push"
45+
if: github.event_name == 'push'
4646
env:
4747
COVERALLS_RUN_LOCALLY: 1
4848
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)