Remove names from jobs

This commit is contained in:
Ayaz Salikhov
2023-09-27 00:57:55 +04:00
parent 11709140d0
commit d9712f033b
3 changed files with 0 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ on:
jobs:
update-dockerhub-overview:
name: Update Docker Hub overviews
runs-on: ubuntu-latest
if: github.repository == 'jupyter/docker-stacks'

View File

@@ -12,7 +12,6 @@ permissions:
jobs:
run-hooks:
name: Run pre-commit hooks
runs-on: ubuntu-latest
steps:

View File

@@ -24,7 +24,6 @@ on:
jobs:
build-docs:
name: Build Sphinx Documentation
permissions:
contents: write
if: github.repository == 'jupyter/docker-stacks' || github.event_name != 'schedule'