8000 Merge branch 'youtube:main' into main · Rongo-JL/cobalt@5a01f0e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xb1

xb1 #43

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: $ 1874 {{ github.event.inputs.nightly }}
0