Skip to content

Commit

Permalink
Schedule to rebuild testrunner image each week
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Sep 18, 2024
1 parent 822e436 commit 5a668ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- '.ci/docker-images/*'
- '.github/workflows/docker_image.yml'
schedule:
# Rebuild automatically each monday early morning.
- cron: "42 5 * * 1"

jobs:
build_and_push:
Expand Down

0 comments on commit 5a668ee

Please sign in to comment.