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.
2 parents 529569c + 9f85d0e commit 2003822Copy full SHA for 2003822
.github/workflows/bleeding-edge.yaml
@@ -14,8 +14,8 @@ on:
14
paths:
15
- .github/workflows/bleeding-edge.yaml
16
schedule:
17
- # run this every day at 3 am UTC
18
- - cron: 0 3 * * *
+ # run this every Wednesday at 3 am UTC
+ - cron: 0 3 * * 3
19
workflow_dispatch:
20
21
jobs:
.github/workflows/ci.yml
@@ -7,7 +7,8 @@ on:
7
branches:
8
- main
9
10
11
12
13
tests:
0 commit comments