mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Call contributed-recipes check after docker build
This commit is contained in:
1
.github/workflows/contributed-recipes.yml
vendored
1
.github/workflows/contributed-recipes.yml
vendored
@@ -16,6 +16,7 @@ on:
|
||||
- ".github/workflows/contributed-recipes.yml"
|
||||
- "docs/using/recipe_code/"
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
test-recipes:
|
||||
|
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@@ -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')
|
||||
|
Reference in New Issue
Block a user