Skip to content

Commit

Permalink
Update CI task name
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Sep 20, 2024
1 parent 3340001 commit cd906b7
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on: [push, pull_request]

jobs:
run-test:
build-framework:
runs-on: self-hosted
continue-on-error: true
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test
on: [push, pull_request]

jobs:
run-test:
run-tests:
runs-on: self-hosted
continue-on-error: true
strategy:
Expand Down

0 comments on commit cd906b7

Please sign in to comment.