forked from espressif/arduino-esp32
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 <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
GitHub
parent
f0636d515f
commit
22c51579da
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
github.event.workflow_run.event == 'pull_request' &&
|
github.event.workflow_run.event == 'pull_request' &&
|
||||||
(github.event.workflow_run.conclusion == 'success' ||
|
(github.event.workflow_run.conclusion == 'success' ||
|
||||||
(github.event.workflow_run.conclusion == 'failure')
|
github.event.workflow_run.conclusion == 'failure')
|
||||||
steps:
|
steps:
|
||||||
- name: Download and Extract Artifacts
|
- name: Download and Extract Artifacts
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user