From 24b818f1f09ea311b67ef75d6d6f749a015f5ada Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Mon, 18 May 2026 18:46:30 +0200 Subject: [PATCH] [TMP] Set ci-scripts-branch for testing --- .github/workflows/browser-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 9b2bd04e..541930b4 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -34,6 +34,7 @@ jobs: multirepository: true php-image: "ghcr.io/ibexa/docker/php:7.4-node18" timeout: 120 + ci-scripts-branch: 'ibx-11717-configure-audit-ignore-for-46-php74' secrets: inherit regression-commerce-setup2: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" @@ -51,6 +52,7 @@ jobs: multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.0-node20" timeout: 120 + ci-scripts-branch: 'ibx-11717-configure-audit-ignore-for-46-php74' secrets: inherit regression-commerce-setup3: name: "PHP 8.4/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest" @@ -67,4 +69,5 @@ jobs: multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.4-node22" timeout: 120 + ci-scripts-branch: 'ibx-11717-configure-audit-ignore-for-46-php74' secrets: inherit