From 22c51579da68bc4ca5a01d579b978b443481b06f Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Tue, 26 Apr 2022 12:59:03 +0200 Subject: [PATCH] publish.yml: Remove a leftover parenthesis that was making the workflow (#6620) Description of Change Remove a leftover parenthesis that was making the workflow that was making the workflow invalid. Tests scenarios Github Workflow. Related links https://github.com/espressif/arduino-esp32/actions/runs/2213167501 Signed-off-by: Abdelatif Guettouche --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c270418b..34d3564c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: if: | github.event.workflow_run.event == 'pull_request' && (github.event.workflow_run.conclusion == 'success' || - (github.event.workflow_run.conclusion == 'failure') + github.event.workflow_run.conclusion == 'failure') steps: - name: Download and Extract Artifacts env: