commit: 768f84cb1863dfe62770731a1527f0314ecc5b51
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 07:18:15 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 07:18:15 2026 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=768f84cb
ci: run job once a month
Nightly is too much. It hogs and steals from other projects in the org.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/crossdev.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml
index 0a04d1c..6c03c8d 100644
--- a/.github/workflows/crossdev.yml
+++ b/.github/workflows/crossdev.yml
@@ -8,7 +8,7 @@ on:
branches:
- master
schedule:
- - cron: 00 4 * * *
+ - cron: 00 4 7 * *
concurrency:
group: ${{ github.head_ref || github.ref }}