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