Skip to content

Commit

Permalink
Fixed warmup schedule (#74)
Browse files Browse the repository at this point in the history
* Fixed warmup schedule

* Fix
  • Loading branch information
Gazizonoki authored Feb 27, 2024
1 parent c6a09fb commit be94cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/prepare_vm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
- name: Install dependencies
shell: bash
run: |
sudo apt-get -y update
sudo apt-get -y install git cmake ninja-build libidn11-dev ragel yasm
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warmup_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Warm up cache

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

jobs:
Expand Down

0 comments on commit be94cc4

Please sign in to comment.