Skip to content

Commit

Permalink
Merge pull request #153 from hipster-labs/revert-140-docker-image
Browse files Browse the repository at this point in the history
Revert "Change cron for docker-image build to 1st day of month"
  • Loading branch information
DanielFran committed Aug 22, 2023
2 parents 0e9b93f + bd3137b commit cb23c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
on:
workflow_dispatch:
schedule:
- cron: '30 3 1 * *'
- cron: '30 3 * * *'
jobs:
builds:
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit cb23c8e

Please sign in to comment.