Skip to content

Commit

Permalink
chore: set up vite-ecosystem-ci to run once per day
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts authored Sep 29, 2023
1 parent e434ee2 commit 5d6d308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-vite-ecosystem-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ concurrency:
cancel-in-progress: true

on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
Expand Down

0 comments on commit 5d6d308

Please sign in to comment.