mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32: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"
|
- ".github/workflows/contributed-recipes.yml"
|
||||||
- "docs/using/recipe_code/"
|
- "docs/using/recipe_code/"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-recipes:
|
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'
|
if: github.repository == 'jupyter/docker-stacks'
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
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