diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 1d54fb04e4..fc7b4a3552 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -2,15 +2,13 @@ name: Build project on: schedule: - - cron: '0 3 * * *' - - cron: '0 10 * * *' - - cron: '0 15 * * *' + - cron: '0 4 * * *' workflow_dispatch: 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