Skip to content

Commit 22c5157

Browse files
authored
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 <[email protected]>
1 parent f0636d5 commit 22c5157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
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)