diff options
| author | hathach <[email protected]> | 2026-02-12 23:42:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-02-12 23:59:48 +0700 |
| commit | a6d4c6d022a3dc597c24f2e312993046345683ad (patch) | |
| tree | 08d8cac22036aae6f439164ed8eb0b2a8f467ca2 /.github/workflows | |
| parent | 115b26a61fb7a285ebe5ecb14dfee0a682fb9ba3 (diff) | |
change membrowse target to board/target and remove redundant continue-on-error directive
fix defsym can be followed by = or ,
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_util.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build_util.yml b/.github/workflows/build_util.yml index 6863ebdf2..d03c9af81 100644 --- a/.github/workflows/build_util.yml +++ b/.github/workflows/build_util.yml @@ -79,7 +79,6 @@ jobs: - name: Membrowse Upload if: inputs.toolchain != 'esp-idf' && inputs.upload-membrowse == true - continue-on-error: true # have server busy issue with membrowse env: MEMBROWSE_API_KEY: ${{ secrets.MEMBROWSE_API_KEY }} run: | |
