Skip to content

Commit

Permalink
ci: avoid job duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
b4nst committed Aug 18, 2024
1 parent 12fb5c9 commit 0b30320
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Go Test and Lint

on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
Expand Down Expand Up @@ -59,7 +56,6 @@ jobs:
path: coverage.txt
coverage:
name: coverage
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
needs: test
permissions:
Expand Down

0 comments on commit 0b30320

Please sign in to comment.