Skip to content

Commit

Permalink
ci: run CI job daily so we catch issues with runner changes (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens authored Aug 2, 2024
1 parent 55aadb4 commit 3307c64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 13 * * *" # Run daily at 1PM UTC.

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

0 comments on commit 3307c64

Please sign in to comment.