We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ece9b commit 6478085Copy full SHA for 6478085
.github/workflows/static-builds.yml
@@ -8,6 +8,9 @@ on:
8
pull_request:
9
branches:
10
- '**'
11
+ schedule:
12
+ # test master every Saturday at 08:00 UTC
13
+ - cron: '0 8 * * 6'
14
jobs:
15
static-bin-linux:
16
name: Builds static Linux binaries
0 commit comments