Skip to content

Commit

Permalink
.github/workflows: Rename workflow job
Browse files Browse the repository at this point in the history
The workflow job mostly consists of running the selftests, so 'selftest' is more
descriptive than 'build'.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
  • Loading branch information
tohojo committed Aug 5, 2024
1 parent e08cd89 commit 6768a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
build:
selftest:
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down

0 comments on commit 6768a75

Please sign in to comment.