Call contributed-recipes check after docker build

This commit is contained in:
Ayaz Salikhov
2023-07-29 12:17:01 +04:00
parent 0b7d08cc5f
commit 9cf9ff2b85
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ on:
- ".github/workflows/contributed-recipes.yml"
- "docs/using/recipe_code/"
workflow_dispatch:
workflow_call:
jobs:
test-recipes:

View File

@@ -364,3 +364,8 @@ jobs:
if: github.repository == 'jupyter/docker-stacks'
permissions:
contents: write
contributed-recipes:
uses: ./.github/workflows/contributed-recipes.yml
needs: [merge-tags]
if: github.repository == 'jupyter/docker-stacks' && (github.ref == 'refs/heads/main' || github.event_name == 'schedule')