Skip to content

Commit 6768a75

Browse files
committed
.github/workflows: Rename workflow job
The workflow job mostly consists of running the selftests, so 'selftest' is more descriptive than 'build'. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent e08cd89 commit 6768a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/selftests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
build:
10+
selftest:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:

0 commit comments

Comments
 (0)