Skip to content

Commit d7a1930

Browse files
committed
Suffix workflows
This lets us use built-in paths for similarly named workflows (for example soon there will be a lint/helm which would collide with lint/go if we named both workflows lint).
1 parent ef170ec commit d7a1930

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lint
1+
name: lint/go
22

33
on:
44
push:

.github/workflows/test.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: test/go
22

33
on:
44
push:
@@ -21,7 +21,6 @@ concurrency:
2121

2222
jobs:
2323
test:
24-
name: "test/go"
2524
runs-on: ${{ matrix.os }}
2625
timeout-minutes: 20
2726
strategy:

0 commit comments

Comments
 (0)