Skip to content

Commit

Permalink
Decrease docker builds to once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz authored Sep 6, 2024
1 parent a0643f3 commit b4215d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Docker
# documentation.
on:
schedule:
- cron: '30 19 * * *'
- cron: '30 19 1 * *'
push:
branches: ["master"]
# Publish semver tags as releases.
Expand Down

0 comments on commit b4215d5

Please sign in to comment.