Skip to content

Commit

Permalink
Prevent Pwn Requests
Browse files Browse the repository at this point in the history
This change is to help prevent malicious pull requests.
  • Loading branch information
epompeii authored Dec 7, 2023
1 parent e87822a commit 49526e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
benchmark:
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
name: Benchmark
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 49526e7

Please sign in to comment.