Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 11, 2024
1 parent 869afea commit a8ee7e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/actions/pr-comment-data-export/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ inputs:
runs:
using: composite
steps:
- run: echo "${{ github.event_name }}"
shell: bash
- if: github.event_name == 'pull_request'
shell: bash
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/bench-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ 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'
steps:
- run: echo ${{ github.event.workflow_run.event }}
- uses: ./.github/actions/pr-comment
with:
name: bench

0 comments on commit a8ee7e1

Please sign in to comment.