Skip to content

Commit 2003822

Browse files
Merge pull request #163 from neutrinoceros/tst/decrease_scheduled_testing_frequency
TST: decrease scheduled_testing frequency to weekly instead of daily
2 parents 529569c + 9f85d0e commit 2003822

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/bleeding-edge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
paths:
1515
- .github/workflows/bleeding-edge.yaml
1616
schedule:
17-
# run this every day at 3 am UTC
18-
- cron: 0 3 * * *
17+
# run this every Wednesday at 3 am UTC
18+
- cron: 0 3 * * 3
1919
workflow_dispatch:
2020

2121
jobs:

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
branches:
88
- main
99
schedule:
10-
- cron: 0 3 * * *
10+
# run this every Wednesday at 3 am UTC
11+
- cron: 0 3 * * 3
1112

1213
jobs:
1314
tests:

0 commit comments

Comments
 (0)