Skip to content

Commit

Permalink
[CI] Rename CI jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed May 17, 2024
1 parent 4f12e8c commit 95f8810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
build_lin:
name: Build and publish (Linux)
name: Build (Linux)
runs-on: ubuntu-20.04
steps:
- uses: jlumbroso/free-disk-space@main
Expand All @@ -32,7 +32,7 @@ jobs:
cargo xtask -r
build_win:
name: Build and publish (Windows)
name: Build (Windows)
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 95f8810

Please sign in to comment.