mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 20:42:57 +00:00
Build contributed recipes one hour before building images
This commit is contained in:
7
.github/workflows/contributed-recipes.yml
vendored
7
.github/workflows/contributed-recipes.yml
vendored
@@ -2,9 +2,10 @@ name: Test contributed recipes
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Images are rebuilt on Monday, so we're testing recipes each Tuesday
|
# Images are rebuilt at 03:00 on Monday UTC
|
||||||
# Weekly, at 03:00 on Tuesday UTC time
|
# So we're testing recipes one hour in advance
|
||||||
- cron: "0 3 * * 2"
|
# They will also be tested after building images
|
||||||
|
- cron: "0 2 * * 1"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/contributed-recipes.yml"
|
- ".github/workflows/contributed-recipes.yml"
|
||||||
|
Reference in New Issue
Block a user