From d8f96dc8a27a2711f97d417fb5fefc3e3f23e5c9 Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:56:41 +0530 Subject: [PATCH 1/2] test ubuntu runners --- .github/workflows/behat.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index 2d2bf329d6e..c54a0705a11 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -1,6 +1,7 @@ name: Behat tests 🐞 -on: [push, pull_request] +on: [pull_request] +# on: [push, pull_request] jobs: build: From 934518540c3e1832139db8f831dc3c670a596f0e Mon Sep 17 00:00:00 2001 From: Asutosh Panda <136367735+asutosh23@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:33:16 +0530 Subject: [PATCH 2/2] test tenki-standard-autoscale --- .github/workflows/behat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index c54a0705a11..47df8361458 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -6,7 +6,7 @@ on: [pull_request] jobs: build: name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} - runs-on: ubuntu-24.04 + runs-on: tenki-standard-autoscale strategy: fail-fast: false