Skip to content

Commit

Permalink
modify job name
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Apr 19, 2024
1 parent a6fdccc commit 722130f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
cancel-in-progress: true

jobs:
test:
ci:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '.*'

jobs:
basic-ci:
basic:
strategy:
matrix:
module:
Expand Down

0 comments on commit 722130f

Please sign in to comment.