Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi authored Feb 9, 2024
1 parent 66fd220 commit ade65c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- master

schedule:
schedule:
# 6:00 A.M UTC == 9:00 AM EAT
- cron: '0 6 * * *'

Expand All @@ -36,4 +36,4 @@ jobs:
run: ruff .

- name: Run Tests
run: poe test
run: poe test

0 comments on commit ade65c6

Please sign in to comment.