Skip to content

Commit

Permalink
CI: Run workflow each night, after CrateDB Nightly has been published
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 15, 2024
1 parent 3bbd7c3 commit 09a18ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches: [main]
pull_request:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:

# If another push to the same PR or branch happens while this workflow is still running,
# cancel the earlier run in favor of the next run.
Expand Down

0 comments on commit 09a18ac

Please sign in to comment.