Skip to content

Commit 5ff6b0a

Browse files
committed
.github/workflows: tweak job names
They didn't seem to correspond to the workflow, properly. Making triggering them locally weird.
1 parent 84162ec commit 5ff6b0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
build:
10+
lint:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/clang-tidy.yml.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
build:
10+
lint:
1111
runs-on: ubuntu-latest
1212
container:
1313
image: alexays/waybar:debian

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
clang:
10+
build:
1111
# Run actions in a FreeBSD VM on the ubuntu runner
1212
# https://github.com/actions/runner/issues/385 - for FreeBSD runner support
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)