Skip to content

Commit

Permalink
containers.yml: Run every wednesday night (cron)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Jan 5, 2025
1 parent d02eb10 commit 501ccde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ name: Containers
# TODO fix - the workflow has a green checkmark in GitHub even if no branch was successful

on:
schedule:
# weekly, randomly chosen time
- cron: "17 3 * * 3"
push:
# TODO add relevant paths resp. rewrite as described in the readme
branches: [ "devel", "testing", "stable", "LTS" ]
Expand Down

0 comments on commit 501ccde

Please sign in to comment.