Skip to content

Commit

Permalink
ci(docker): build monthly instead of weekly
Browse files Browse the repository at this point in the history
- I don't think we need to re-build the containers this often

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Oct 10, 2024
1 parent f024bc6 commit 5461bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ on:
- 'tests/**'
release:
schedule:
# Sunday midnight
- cron: '0 0 * * 0'
# First day of the month at midnight
- cron: '0 0 1 * 0'
workflow_dispatch:

env:
Expand Down

0 comments on commit 5461bec

Please sign in to comment.