From 2cdc56fdd8f55592377081a9f5af60fd2679fab3 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 26 Sep 2024 23:00:15 +0000 Subject: [PATCH] add logging --- .github/workflows/genai-investigator.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/genai-investigator.yml b/.github/workflows/genai-investigator.yml index 2986b4ad51..5fa4404b34 100644 --- a/.github/workflows/genai-investigator.yml +++ b/.github/workflows/genai-investigator.yml @@ -9,6 +9,11 @@ permissions: actions: read pull-requests: write jobs: + logging: + runs-on: ubuntu-latest + steps: + - name: Print workflow_run event + run: echo "${{ toJson(github.event.workflow_run) }}" check_failure: # Only run this job if the workflow run concluded with a failure # and was triggered by a pull request event