Skip to content

Update Google Benchmark from Chromium 114.0.5735.358 #4238

Update Google Benchmark from Chromium 114.0.5735.358

Update Google Benchmark from Chromium 114.0.5735.358 #4238

Workflow file for this run

name: xb1
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
push:
branches:
- main
- feature/*
schedule:
# GTM timezone.
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
xb1:
uses: ./.github/workflows/main_win.yaml
permissions:
packages: write
pull-requests: write
with:
platform: xb1
nightly: ${{ github.event.inputs.nightly }}