Skip to content

Commit 5e90db3

Browse files
authored
Merge pull request #551 from espressif/ci/fix_benchmark_release
ci(runner): Fix benchmark results releases
2 parents 1cd2c92 + 681af2c commit 5e90db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-run-applications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,15 @@ jobs:
224224
fi
225225
- name: Upload test results
226226
uses: actions/upload-artifact@v4
227-
if: github.ref_name == 'master' && env.files_exist == 'true'
227+
if: github.ref_name == 'master' && env.benchmark_files_exist == 'true'
228228
with:
229229
name: ${{ env.BENCHMARK_RESULT_NAME }}
230230
path: |
231231
benchmark_*.md
232232
benchmark_*.json
233233
- name: Update benchmark release
234234
uses: pyTooling/Actions/releaser@r0
235-
if: github.ref_name == 'master' && env.files_exist == 'true'
235+
if: github.ref_name == 'master' && env.benchmark_files_exist == 'true'
236236
with:
237237
token: ${{ secrets.GITHUB_TOKEN }}
238238
files: |

0 commit comments

Comments
 (0)