mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
👷 Disable schedule for forks
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -50,6 +50,7 @@ concurrency:
|
||||
jobs:
|
||||
build-test-publish-images:
|
||||
name: Build, test, and publish Docker Images
|
||||
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'jupyter/docker-stacks')
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
1
.github/workflows/sphinx.yml
vendored
1
.github/workflows/sphinx.yml
vendored
@@ -26,6 +26,7 @@ on:
|
||||
jobs:
|
||||
build-docs:
|
||||
name: Build Sphinx Documentation
|
||||
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'jupyter/docker-stacks')
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
Reference in New Issue
Block a user