Skip to content

Commit

Permalink
Call contributed-recipes check after docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jul 29, 2023
1 parent 0b7d08c commit 9cf9ff2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contributed-recipes.yml
Expand Up @@ -16,6 +16,7 @@ on:
- ".github/workflows/contributed-recipes.yml"
- "docs/using/recipe_code/"
workflow_dispatch:
workflow_call:

jobs:
test-recipes:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Expand Up @@ -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')

0 comments on commit 9cf9ff2

Please sign in to comment.