Skip to content

Commit

Permalink
ci: pull_request_target → pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Feb 19, 2024
1 parent f29aaae commit be31b1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: reviewdog
on: [pull_request_target]
on: [pull_request]
jobs:
reviewdog:
name: reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version: '1.22'
Expand Down

0 comments on commit be31b1e

Please sign in to comment.