👷 Disable schedule for forks

This commit is contained in:
Tania Allard
2022-02-28 16:11:24 +00:00
parent a4ba8c9533
commit 37b7a59bb4
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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