Skip to content

Commit

Permalink
CI & Chore: This and that (#30)
Browse files Browse the repository at this point in the history
* Chore: Remove inactive snippet from `pyproject.toml`

* CI: Run test job each night, to prevent anything going south by its own
  • Loading branch information
amotl authored Nov 4, 2024
1 parent 360ca9f commit b673c76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ on:
push:
branches: [ main ]
pull_request: ~

# Allow job to be triggered manually.
workflow_dispatch:

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ log_cli_level = "DEBUG"
log_format = "%(asctime)-15s [%(name)-36s] %(levelname)-8s: %(message)s"
xfail_strict = true

[tool.coverage.paths2]
source = [
".",
"examples",
]

[tool.coverage.run]
branch = false
source = [
Expand Down

0 comments on commit b673c76

Please sign in to comment.