Skip to content

Commit

Permalink
Separate cleanup and CI steps (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
DomAyre authored Jun 21, 2024
1 parent 3922e62 commit 953bd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches: [ "main" ]
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
workflow_call:
inputs:
location:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 23 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 953bd15

Please sign in to comment.