Skip to content

Commit

Permalink
Run tests every day at 09:00 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Mar 27, 2024
1 parent a816614 commit 0515946
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

name: Test tap-spotify

on: [push]
on:
push:
schedule:
- cron: 0 9 * * *

jobs:
pytest:
Expand Down

0 comments on commit 0515946

Please sign in to comment.