Skip to content

Commit

Permalink
Run go-test every Monday at 5pm UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis authored Jun 1, 2023
1 parent 355ddae commit c49e066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
schedule:
- cron: '0 17 * * 1' # https://crontab.guru/#0_17_*_*_1

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c49e066

Please sign in to comment.