Skip to content

Commit 02d522d

Browse files
authored
ci: skip k1LoW/octocov-action except for PRs (#491)
1 parent 90340c6 commit 02d522d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: |
5353
deno task coverage
5454
- uses: k1LoW/octocov-action@v1
55+
if: ${{ github.event_name == 'pull_request' }}
5556

5657
lint:
5758
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)