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:
parent
f0636d515f
commit
22c51579da
1 changed files with 1 additions and 1 deletions
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue