Skip to content

Commit

Permalink
fix(test): fix test cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
parkererickson-tg committed Jan 19, 2024
1 parent 3507528 commit 7ad110a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]
types: [ labeled ]
schedule:
- cron: '15 21 * * *'
- cron: '0 20 16 1/1 * ? *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7ad110a

Please sign in to comment.