Skip to content

Commit

Permalink
ci: skip k1LoW/octocov-action except for PRs (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a authored Feb 4, 2025
1 parent 90340c6 commit 02d522d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: |
deno task coverage
- uses: k1LoW/octocov-action@v1
if: ${{ github.event_name == 'pull_request' }}

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 02d522d

Please sign in to comment.