Skip to content

Commit 9cf9ff2

Browse files
committed
Call contributed-recipes check after docker build
1 parent 0b7d08c commit 9cf9ff2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/contributed-recipes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- ".github/workflows/contributed-recipes.yml"
1717
- "docs/using/recipe_code/"
1818
workflow_dispatch:
19+
workflow_call:
1920

2021
jobs:
2122
test-recipes:

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,8 @@ jobs:
364364
if: github.repository == 'jupyter/docker-stacks'
365365
permissions:
366366
contents: write
367+
368+
contributed-recipes:
369+
uses: ./.github/workflows/contributed-recipes.yml
370+
needs: [merge-tags]
371+
if: github.repository == 'jupyter/docker-stacks' && (github.ref == 'refs/heads/main' || github.event_name == 'schedule')

0 commit comments

Comments
 (0)