From a8ee7e11cd30b0cfa19915e30f29ad32063f2566 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Mon, 11 Mar 2024 19:39:32 +0200 Subject: [PATCH] Debug --- .github/actions/pr-comment-data-export/action.yml | 2 ++ .github/workflows/bench-comment.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/pr-comment-data-export/action.yml b/.github/actions/pr-comment-data-export/action.yml index 8a8cc50232..642e41b4e3 100644 --- a/.github/actions/pr-comment-data-export/action.yml +++ b/.github/actions/pr-comment-data-export/action.yml @@ -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: | diff --git a/.github/workflows/bench-comment.yml b/.github/workflows/bench-comment.yml index 4eff9ca60a..3f8ba16de7 100644 --- a/.github/workflows/bench-comment.yml +++ b/.github/workflows/bench-comment.yml @@ -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