We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3772120 commit 4a4ddfaCopy full SHA for 4a4ddfa
.github/workflows/build.yaml
@@ -19,6 +19,8 @@ name: Build (Linux, Ubuntu)
19
on:
20
pull_request:
21
push:
22
+ schedule:
23
+ - cron: '0 2 * * 5' # Every Friday at 2am
24
25
jobs:
26
build:
0 commit comments