Skip to content

Commit

Permalink
🐛 check fixup only with pr event
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Oct 17, 2024
1 parent 3d3387c commit 834adde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

block-fixup:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: 13rac1/[email protected]

0 comments on commit 834adde

Please sign in to comment.