Skip to content

Commit d9712f0

Browse files
committed
Remove names from jobs
1 parent 1170914 commit d9712f0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/hub-overview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515

1616
jobs:
1717
update-dockerhub-overview:
18-
name: Update Docker Hub overviews
1918
runs-on: ubuntu-latest
2019
if: github.repository == 'jupyter/docker-stacks'
2120

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ permissions:
1212

1313
jobs:
1414
run-hooks:
15-
name: Run pre-commit hooks
1615
runs-on: ubuntu-latest
1716

1817
steps:

.github/workflows/sphinx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ on:
2424

2525
jobs:
2626
build-docs:
27-
name: Build Sphinx Documentation
2827
permissions:
2928
contents: write
3029
if: github.repository == 'jupyter/docker-stacks' || github.event_name != 'schedule'

0 commit comments

Comments
 (0)