Skip to content

Commit

Permalink
Fix if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jan 16, 2025
1 parent 2b05d52 commit fa0919f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:

jobs:
benchmark:
# If this is a pull-request related event, make sure this is a pr-approval event or someone has rerun the job.
if: startsWith(github.event_name, 'pull_request') == 'true'
if: github.run_attempt > 1 || github.event.review.state == 'approved' || startsWith(github.event_name, 'pull_request') != true
uses: vapor/ci/.github/workflows/run-benchmark.yml@mmbm-benchmark
secrets: inherit

0 comments on commit fa0919f

Please sign in to comment.