chore(code-coverage.yml): disable cron trigger

Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
This commit is contained in:
Vaughn Dice 2023-04-04 15:59:01 -06:00
parent 8d0b6c7737
commit 45998a86bd
No known key found for this signature in database
GPG Key ID: F28CDDC724B260D7
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
name: Code coverage
on:
schedule:
- cron: '0 0 * * *'
# Currently disabled due to cargo-tarpaulin timing out on the GH Ubuntu hosts.
# Ref: https://github.com/fermyon/spin/issues/1350
# Will need to investigate and tune usage/invocation to get passing before re-enabling.
# schedule:
# - cron: '0 0 * * *'
workflow_dispatch:
jobs:
build-rust: