Skip to content

Commit

Permalink
workflows: move scheduled container rebuild into this repo
Browse files Browse the repository at this point in the history
The container rebuild workflow has always lived here, but the scheduled
rebuild has historically run from the openslide/builds repo.  The sole
reason for this indirection is that openslide/builds has logic to keep the
repository active, so GitHub doesn't disable scheduled jobs after 60 days
of inactivity.  Now that we have periodic update-checking in this repo, we
have that problem here anyway:

    #144

Move the timer out of openslide/builds to simplify.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Sep 30, 2023
1 parent 883ff75 commit a67ec0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
pull_request:
branches: [main]
paths: [builder/*]
schedule:
- cron: "40 14 1 * *"
workflow_dispatch:
# openslide/builds invokes this from a scheduled build
workflow_call:

permissions:
contents: read
Expand Down

0 comments on commit a67ec0a

Please sign in to comment.