Skip to content

Commit 3307c64

Browse files
authored
ci: run CI job daily so we catch issues with runner changes (#194)
1 parent 55aadb4 commit 3307c64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
schedule:
9+
- cron: "0 13 * * *" # Run daily at 1PM UTC.
810

911
permissions: # added using https://github.com/step-security/secure-workflows
1012
contents: read

0 commit comments

Comments
 (0)