mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +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:
|
||||
schedule:
|
||||
# Images are rebuilt on Monday, so we're testing recipes each Tuesday
|
||||
# Weekly, at 03:00 on Tuesday UTC time
|
||||
- cron: "0 3 * * 2"
|
||||
# Images are rebuilt at 03:00 on Monday UTC
|
||||
# So we're testing recipes one hour in advance
|
||||
# They will also be tested after building images
|
||||
- cron: "0 2 * * 1"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/contributed-recipes.yml"
|
||||
|
Reference in New Issue
Block a user