From 4859bf66cd12652c572df260054a69fcf7a04d2f Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:41:20 +0530 Subject: [PATCH 1/2] test ubuntu-latest --- .github/workflows/sanity.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index f163407f5b..b5518b2030 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -1,9 +1,11 @@ name: sanity -on: - push: - branches: master - pull_request: +on: pull_request + +# on: +# push: +# branches: master +# pull_request: permissions: read-all From 6e6b3248686df1725956674ab4db0484344a7ac1 Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:24:57 +0530 Subject: [PATCH 2/2] test tenki-standard-autoscale --- .github/workflows/sanity.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index b5518b2030..a28dcda496 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -11,7 +11,7 @@ permissions: read-all jobs: check-docs-source-in-git: - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale strategy: matrix: python-version: [3.11] @@ -29,7 +29,7 @@ jobs: make check-docs-source-in-git test-for-missing-migrations: - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale strategy: matrix: python-version: [3.11] @@ -56,7 +56,7 @@ jobs: make test_for_missing_migrations test-migrations-rollback: - runs-on: ubuntu-latest + runs-on: tenki-standard-autoscale strategy: matrix: python-version: [3.11]