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 c7972b4 commit 8ba1b9fCopy full SHA for 8ba1b9f
.github/workflows/package.yml
@@ -8,6 +8,9 @@ on:
8
- rel/*
9
tags:
10
- '*'
11
+ schedule:
12
+ # 8am EST / 9am EDT Mondays
13
+ - cron: '0 13 * * 1'
14
15
defaults:
16
run:
.github/workflows/tests.yml
@@ -15,6 +15,9 @@ on:
branches:
- master
17
- maint/*
18
19
20
21
22
23
0 commit comments