Unverified Commit 22c51579 authored by Abdelatif Guettouche's avatar Abdelatif Guettouche Committed by GitHub

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/2213167501Signed-off-by: default avatarAbdelatif Guettouche <abdelatif.guettouche@espressif.com>
parent f0636d51
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment