Skip to content

Fix #2845 #2790 perf regression with vsync #494

Fix #2845 #2790 perf regression with vsync

Fix #2845 #2790 perf regression with vsync #494

Workflow file for this run

name: CI
on:
pull_request:
push:
branches-ignore:
- master
tags-ignore:
- "v*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
with:
ref: ${{ github.ref }}