Skip to content

Commit

Permalink
ci: don't run CI in PR actions
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Aug 22, 2024
1 parent 297c8d1 commit 9dcb0e5
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@ on:
paths-ignore:
- 'README.md'
tags-ignore:
- "v[0-9]+.[0-9]+.[0-9]+"
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- "*"
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- 'README.md'
- '*'

jobs:
test:
Expand Down Expand Up @@ -59,7 +52,7 @@ jobs:
go_version_file: go.mod
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: error
level: error
filter_mode: nofilter
golangci_lint_flags: "--config=.golangci.yml"
fail_on_error: true
golangci_lint_flags: '--config=.golangci.yml'
fail_on_error: true

0 comments on commit 9dcb0e5

Please sign in to comment.