Skip to content

Commit 5db35b3

Browse files
committed
shorten names
1 parent ecbb7e6 commit 5db35b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build-tutorials-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
worker:
19-
name: pytorch_tutorial_build_worker
19+
name: worker
2020
strategy:
2121
matrix:
2222
include:
@@ -110,7 +110,7 @@ jobs:
110110
if: always()
111111

112112
manager:
113-
name: pytorch_tutorial_build_manager
113+
name: manager
114114
needs: worker
115115
runs-on: [self-hosted, linux.2xlarge]
116116
if: ${{ inputs.UPLOAD == 1 }}

0 commit comments

Comments
 (0)