From 125118d3b0a3d2d8cf4bafad3e183a93f8999546 Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:31:10 +0530 Subject: [PATCH 1/3] test ubuntu 22.04 runners --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01976784d4..0024675f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,11 @@ name: CI -on: - push: - pull_request: - branches: [ master ] +on: pull_request + +# on: +# push: +# pull_request: +# branches: [ master ] jobs: build: From f383257b074573e2a34d286935d7cbf9b3c447db Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:40:52 +0530 Subject: [PATCH 2/3] test ubuntu-latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0024675f22..e91a85cd16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: pull_request jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest strategy: matrix: start-method: From 2434e44ff884ae1b1f7f958c0325c3008b4c0b6f Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:41:42 +0530 Subject: [PATCH 3/3] test tenki-standard-autoscale --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e91a85cd16..d9dd0228fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: pull_request jobs: build: - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale strategy: matrix: start-method: