From b01759fb1bb53d608fe96fb1f21e2e19ecc72b3a Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Thu, 25 May 2023 03:44:33 +0100 Subject: [PATCH] .github/workflows/preview.yml: Add debug logging --- .github/workflows/preview.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0c5f7c2fb..6fb514773 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -61,6 +61,12 @@ jobs: with: python-version: "3.11" + - name: SHOW + run: | + echo ${{ github.event }} + echo ${{ github.event.pull_request.labels.*.name }} + echo ${{ contains(github.event.pull_request.labels.*.name, 'preview') }} + - name: Setup git run: | git config --global user.name 'GitHub Action' -- GitLab