Skip to content

Commit f374088

Browse files
committed
ci: PLT-627: run tests weekly
1 parent 2635f8b commit f374088

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818
- 'release/**'
1919
paths-ignore:
2020
- '**/*.md' # Ignore changes to all .md files
21+
schedule:
22+
- cron: '0 6 * * 1'
2123

2224
env:
2325
CACHE_NAME_PREFIX: v1
@@ -176,7 +178,7 @@ jobs:
176178
const docker_build_config = yaml.load(docker_build_config_content);
177179
178180
let backends = [];
179-
if (event_name === 'push') {
181+
if (event_name === 'schedule') {
180182
const {data: examples} = await github.rest.repos.getContent({
181183
owner: owner,
182184
repo: repo,

0 commit comments

Comments
 (0)