Skip to content

Commit

Permalink
ci: fix ci error
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Dec 25, 2024
1 parent e16d141 commit 3da1b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build esp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build_esp_example:
build_esp:
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
primary-runner: "self-hosted"
fallback-runner: "ubuntu-latest"
github-token: "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"
github-token: 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

build_rmk:
needs: determine-runner
Expand Down

0 comments on commit 3da1b80

Please sign in to comment.