Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea6b140

Browse files
committed
Rename steps for readability in Actions view
1 parent 8ec661d commit ea6b140

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
update-translation:
12+
update:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
@@ -75,7 +75,7 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
version: [3.14, 3.13, 3.12, 3.11]
78-
needs: ['update-translation']
78+
needs: ['update']
7979
continue-on-error: true
8080
steps:
8181
- uses: actions/setup-python@master
@@ -88,14 +88,14 @@ jobs:
8888
- uses: rffontenelle/[email protected]
8989
- run: sphinx-lint
9090

91-
build-translation:
91+
build:
9292
runs-on: ubuntu-latest
9393
strategy:
9494
fail-fast: false
9595
matrix:
9696
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
9797
format: [html, latex, epub]
98-
needs: ['update-translation']
98+
needs: ['update']
9999
steps:
100100
- uses: actions/setup-python@master
101101
with:
@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
matrix:
128128
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
129-
needs: ['build-translation']
129+
needs: ['build']
130130
steps:
131131
- uses: actions/download-artifact@master
132132
with:
@@ -144,7 +144,7 @@ jobs:
144144
strategy:
145145
matrix:
146146
version: [3.14]
147-
needs: ['build-translation']
147+
needs: ['build']
148148
continue-on-error: true
149149
steps:
150150
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)