mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +00:00
Remove names from jobs
This commit is contained in:
1
.github/workflows/hub-overview.yml
vendored
1
.github/workflows/hub-overview.yml
vendored
@@ -15,7 +15,6 @@ on:
|
||||
|
||||
jobs:
|
||||
update-dockerhub-overview:
|
||||
name: Update Docker Hub overviews
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'jupyter/docker-stacks'
|
||||
|
||||
|
1
.github/workflows/pre-commit.yml
vendored
1
.github/workflows/pre-commit.yml
vendored
@@ -12,7 +12,6 @@ permissions:
|
||||
|
||||
jobs:
|
||||
run-hooks:
|
||||
name: Run pre-commit hooks
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
1
.github/workflows/sphinx.yml
vendored
1
.github/workflows/sphinx.yml
vendored
@@ -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'
|
||||
|
Reference in New Issue
Block a user