Skip to content

Commit 22c5157

Browse files
authored
publish.yml: Remove a leftover parenthesis that was making the workflow (espressif#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 <abdelatif.guettouche@espressif.com>
1 parent f0636d5 commit 22c5157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: |
1616
github.event.workflow_run.event == 'pull_request' &&
1717
(github.event.workflow_run.conclusion == 'success' ||
18-
(github.event.workflow_run.conclusion == 'failure')
18+
github.event.workflow_run.conclusion == 'failure')
1919
steps:
2020
- name: Download and Extract Artifacts
2121
env:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy