diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f04de194fc7cff7d66d48433bba7ecf393f0902f..54937f5d86e2b528b4cbe85be6e1cd8613b9abd8 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -59,12 +59,6 @@ jobs: with: python-version: "3.11" - - name: SHOW - run: | - echo ${{ github.event_name }} - 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'