.github/workflows/build.yml 🔗
@@ -13,7 +13,6 @@ jobs:
coverage:
runs-on: ubuntu-latest
- if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v3
Ayman Bagabas created
Fixes: d3d2d6317632 ("feat(ci): add code coverage")
.github/workflows/build.yml | 1 -
1 file changed, 1 deletion(-)
@@ -13,7 +13,6 @@ jobs:
coverage:
runs-on: ubuntu-latest
- if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v3