Skip to content

Commit

Permalink
chore(ci/update): increase autoupdate frequency to every 10 min (#694)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Oct 7, 2023
1 parent a1d5285 commit e652365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update
on:
schedule:
- cron: "*/30 * * * *"
- cron: "*/10 * * * *"
workflow_dispatch:

jobs:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run Update
run: anda update -vv
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AUTOUPDATE_GH_TOKEN }}
RUST_BACKTRACE: full

- name: Save
Expand Down

0 comments on commit e652365

Please sign in to comment.