From 8c007001488ba989b85b9e21c96376a574a9aac1 Mon Sep 17 00:00:00 2001 From: Mikhail Deriabin Date: Thu, 23 Jul 2026 16:11:58 +0300 Subject: [PATCH 1/2] make CI/CD pipeline to use common GH actions runner --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 1d54fb04e4..7cd973da63 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -10,7 +10,7 @@ on: jobs: buildWebGL: name: Build WebGL - runs-on: [self-hosted, unity] + runs-on: [self-hosted, gh-runner-common] steps: - name: Set current date as build version From f55bfa2cbb5c599111f7485f5d1c762b1bd52bbb Mon Sep 17 00:00:00 2001 From: Mikhail Deriabin Date: Fri, 24 Jul 2026 15:26:00 +0300 Subject: [PATCH 2/2] reduce amount of automated builds to one This is required to save server resources --- .github/workflows/builder.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 7cd973da63..fc7b4a3552 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -2,9 +2,7 @@ name: Build project on: schedule: - - cron: '0 3 * * *' - - cron: '0 10 * * *' - - cron: '0 15 * * *' + - cron: '0 4 * * *' workflow_dispatch: jobs: