We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b30594 commit a59f2ffCopy full SHA for a59f2ff
.github/workflows/build.yml
@@ -1,5 +1,8 @@
1
name: Build Kernels
2
on:
3
+ # Weekly auto-build
4
+ schedule:
5
+ - cron: "0 0 * * 1"
6
workflow_dispatch:
7
inputs:
8
spec:
0 commit comments