Skip to content

Commit

Permalink
CI: Run baseline nightly testing jobs each night again
Browse files Browse the repository at this point in the history
The reason is because things break, and we want to get informed in a
timely manner.
  • Loading branch information
amotl committed Jun 6, 2024
1 parent 6c9b340 commit 3e11a0c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ on:
# Allow job to be triggered manually.
workflow_dispatch:

# Run job each second night after CrateDB nightly has been published.
# The reason about "why each second night", is because free capacity
# for Codecov uploads is limited.
# Run job each night after CrateDB nightly has been published.
schedule:
- cron: '0 3 */2 * *'
- cron: '0 3 * * *'

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

0 comments on commit 3e11a0c

Please sign in to comment.