Skip to content

Commit

Permalink
CI: Edit job names
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Nov 12, 2024
1 parent fc49812 commit 5be6b28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ on:
jobs:

build:
name: Build library

runs-on: ubuntu-latest
env:
CC: gcc
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ on:

jobs:

build:
name: Build library

install:
runs-on: ubuntu-latest
env:
CC: gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:


test-platforms:
name: Test on ${{ matrix.arch }}
name: ${{ matrix.arch }}
# The host should always be linux
runs-on: ubuntu-latest

Expand Down

0 comments on commit 5be6b28

Please sign in to comment.