Skip to content

Commit

Permalink
workflows: Auto-refresh tasks container every week
Browse files Browse the repository at this point in the history
We tend to forget about refreshing the tasks container, and thus fall
behind on browser and toolchain updates.

Run these every Saturday, so that they are ready for the Sunday night
runs of our projects' tasks-container-update workflows.
  • Loading branch information
martinpitt committed Dec 6, 2024
1 parent a43951e commit 85867f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: build-tasks
on:
# this is meant to be run on an approved PR branch for convenience
workflow_dispatch:
# Run this on Saturday early morning (UTC), our projects try to update Sunday night
schedule:
- cron: '3 00 * * 6'

# We derive a unique ID here to make sure that we don't get into a situation
# where different runners pick different tags (eg: for builds near midnight, or
Expand Down

0 comments on commit 85867f3

Please sign in to comment.