Skip to content

Commit

Permalink
Run tests every midnight too
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri authored May 28, 2024
1 parent b6dbbe8 commit fb7a883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
types: [opened, synchronize, reopened]
branches:
- 'main'

schedule:
- cron: '0 0 * * *' # every midnight

env:
# Golang version to use across CI steps
GOLANG_VERSION: '1.20.5'
Expand Down

0 comments on commit fb7a883

Please sign in to comment.