mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-21 13:31:38 -05:00
Update v8 autoroller to track denoland/v8 (#754)
This commit is contained in:
parent
5a27cb7655
commit
406f28c69e
2 changed files with 2 additions and 3 deletions
3
.github/workflows/update-v8.yml
vendored
3
.github/workflows/update-v8.yml
vendored
|
@ -2,7 +2,7 @@ name: Update V8
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 10 * * *'
|
||||
- cron: "1 10 * * *" # this is 1 hour after the autoroll in denoland/v8
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
@ -24,4 +24,3 @@ jobs:
|
|||
- run: deno run -A ./tools/auto_update_v8.ts
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
const V8_TRACKING_BRANCH = "9.1-lkgr";
|
||||
const V8_TRACKING_BRANCH = "9.4-lkgr-denoland";
|
||||
const AUTOROLL_BRANCH = "autoroll";
|
||||
|
||||
function extractVersion() {
|
||||
|
|
Loading…
Add table
Reference in a new issue