diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0c5f7c2fb282e45f3d59242b7fc424dde278533d..6fb5147738f30c01d5f309d0d70335c0e8fa39b9 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'