From 31e60d43f695f5fe80e83294590afc63bd31a850 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Thu, 25 May 2023 03:48:35 +0100 Subject: [PATCH] .github/workflows/preview.yml: Cleanup condition --- .github/workflows/preview.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 6fb514773..f04de194f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -30,7 +30,6 @@ jobs: runs-on: ubuntu-latest if: | - ${{ ( github.event_name == 'pull_request_target' && ( @@ -48,7 +47,6 @@ jobs: ) ) || github.event_name != 'pull_request_target' - }} steps: @@ -63,7 +61,7 @@ jobs: - name: SHOW run: | - echo ${{ github.event }} + echo ${{ github.event_name }} echo ${{ github.event.pull_request.labels.*.name }} echo ${{ contains(github.event.pull_request.labels.*.name, 'preview') }} -- GitLab