Skip to content

Commit

Permalink
CI: Run integration tests each night
Browse files Browse the repository at this point in the history
This supports better discovering eventual regressions at CrateDB, and
also adds additional churn to the repository, in order to detect other
anomalies.
  • Loading branch information
amotl committed Feb 5, 2024
1 parent 8a8adf0 commit e36dc79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
# Allow job to be triggered manually.
workflow_dispatch:

# Run job each night after CrateDB nightly has been published.
schedule:
- cron: '0 3 * * *'

# Cancel in-progress jobs when pushing to the same branch.
concurrency:
cancel-in-progress: true
Expand Down

0 comments on commit e36dc79

Please sign in to comment.