From 43a50b1fb5c31514e3c60bb084430ee872fb8bf8 Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:49:46 -0300 Subject: [PATCH] Debug event name --- .github/workflows/windows_macosx.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows_macosx.yml b/.github/workflows/windows_macosx.yml index d4c7c79..b0091b5 100644 --- a/.github/workflows/windows_macosx.yml +++ b/.github/workflows/windows_macosx.yml @@ -56,6 +56,9 @@ jobs: env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + - name: Echo event name + run: echo "${{ github.event_name }}" + - name: Report failure Status to Slack channel id: report-failure-status-slack # Also run this step in case of failures