Skip to content

Commit

Permalink
Update CI job names
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed Nov 6, 2024
1 parent d6b1d99 commit 4b39c35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [pull_request]

jobs:
build:
name: Lint ICU4C C++ executor
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
run_all:
name: End-to-end (Gen data, run tests, gen GH Pages)
name: End-to-end
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
icu4x-version: [ '1.3', '1.4' ]
name: Lint the executor code for ICU4X
name: Lint ICU4X Rust executor
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4b39c35

Please sign in to comment.