From 773c5901d28f93908712d9c341e55c4ed95c84a1 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Thu, 25 May 2023 03:52:53 +0100 Subject: [PATCH] .github/workflows/preview.yml: Remove logging --- .github/workflows/preview.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f04de194f..54937f5d8 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' -- GitLab