Skip to content

Commit

Permalink
test(cron): see if schedule works
Browse files Browse the repository at this point in the history
  • Loading branch information
parkererickson-tg committed Jan 19, 2024
1 parent 75cc3b8 commit eab11cd
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: '25 22 * * *'
- cron: '*/5 * * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit eab11cd

Please sign in to comment.