chore(gpu): trigger long run tests every evening, edit workflow name

This commit is contained in:
Agnes Leroy
2025-02-27 15:57:05 +01:00
committed by Agnès Leroy
parent 8565b79a28
commit 12ed899b34

View File

@@ -1,4 +1,4 @@
name: Long Run Tests on GPU
name: Cuda - Long Run Tests on GPU
env:
CARGO_TERM_COLOR: always
@@ -15,8 +15,8 @@ on:
# Allows you to run this workflow manually from the Actions tab as an alternative.
workflow_dispatch:
schedule:
# Weekly tests will be triggered each Friday at 9p.m.
- cron: "0 21 * * 5"
# Nightly tests will be triggered each evening 8p.m.
- cron: "0 20 * * *"
jobs:
setup-instance: