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 c801239 commit d7edb92Copy full SHA for d7edb92
.github/workflows/test.yml
@@ -7,6 +7,9 @@ on:
7
- main
8
- release-*
9
pull_request:
10
+ schedule:
11
+ # Runs at 00:00 UTC every Monday
12
+ - cron: '0 0 * * 1'
13
permissions:
14
contents: read
15
.github/workflows/validate.yml
env:
GO_VERSION: 1.24
0 commit comments