We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7d08c commit 9cf9ff2Copy full SHA for 9cf9ff2
.github/workflows/contributed-recipes.yml
@@ -16,6 +16,7 @@ on:
16
- ".github/workflows/contributed-recipes.yml"
17
- "docs/using/recipe_code/"
18
workflow_dispatch:
19
+ workflow_call:
20
21
jobs:
22
test-recipes:
.github/workflows/docker.yml
@@ -364,3 +364,8 @@ jobs:
364
if: github.repository == 'jupyter/docker-stacks'
365
permissions:
366
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