Skip to content

Commit

Permalink
Fix for .github/workflows/bench-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 11, 2024
1 parent a8ee7e1 commit a103cde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bench-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
permissions:
pull-requests: write
runs-on: ubuntu-latest
# if: github.event.workflow_run.event == 'pull_request'
if: >
github.event.workflow_run.event == 'pull_request' ||
github.event.workflow_run.event == 'workflow_run'
steps:
- uses: actions/checkout@v4
- run: echo ${{ github.event.workflow_run.event }}
- uses: ./.github/actions/pr-comment
with:
Expand Down

0 comments on commit a103cde

Please sign in to comment.