Skip to content

Commit

Permalink
Merge pull request #149 from hipster-labs/revert-143-no-database-redu…
Browse files Browse the repository at this point in the history
…ce-builds

Revert "Change cron for no-database builds to 1st day of month"
  • Loading branch information
DanielFran committed Apr 16, 2023
2 parents 0e885c8 + 61522e5 commit 8f98988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/no-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
default: 'main'
required: false
schedule:
- cron: '30 2 1 * *'
- cron: '30 2 * * *'
env:
JHI_SAMPLES: ${{ github.workspace }}/jhipster-daily-builds/test-integration/samples
jobs:
Expand Down

0 comments on commit 8f98988

Please sign in to comment.