Skip to content

Commit

Permalink
Run actions weekly
Browse files Browse the repository at this point in the history
helps with cache and with issues related to updates of other
packages
  • Loading branch information
moewew committed Mar 23, 2024
1 parent 739b71c commit 4175cbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ env:
on:
push:
pull_request:
branches:
- main
workflow_dispatch:
schedule:
- cron: '24 5 * * 6'

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit 4175cbe

Please sign in to comment.