Codechange: [CI] build some targets every night, instead of every PR

This mainly as they are not expected to fail, or give more information
than the other targets already would. And this is just hogging up
the CI pipeline. On average, these targets take ~80 CPU-minutes to
finish.
This commit is contained in:
Patric Stout
2024-03-10 10:48:11 +01:00
committed by Patric Stout
parent ee22fa34d7
commit c768f4fc7a
3 changed files with 85 additions and 28 deletions

View File

@@ -17,3 +17,4 @@ notifications:
workflow-run:
only:
- .github/workflows/release.yml
- .github/workflows/ci-nightly.yml