Skip to content

Commit

Permalink
unify scheduled and main yamls (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Cory Benfield <[email protected]>
  • Loading branch information
rnro and Lukasa authored Nov 15, 2024
1 parent b65ee9b commit e647aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Main
on:
push:
branches: [main]
schedule:
- cron: "0 8,20 * * *"

jobs:
unit-tests:
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/scheduled.yml

This file was deleted.

0 comments on commit e647aab

Please sign in to comment.