Skip to content

Commit 5318b1f

Browse files
committed
rename github jobs
1 parent 18abc0d commit 5318b1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020

21-
linux:
21+
linux-ci:
2222
strategy:
2323
matrix:
2424
include:
@@ -141,7 +141,7 @@ jobs:
141141
reporter: java-junit
142142
fail-on-error: false
143143

144-
mac:
144+
mac-ci:
145145

146146
strategy:
147147
matrix:

.github/workflows/documentation-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717

18-
linux:
18+
linux-ci-doc:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 180
2121
env:

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414

15-
linux:
15+
linux-doc:
1616
environment:
1717
name: github-pages
1818
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)