diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index d86d0be2..07253006 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -21,7 +21,7 @@ on: jobs: regression-commerce-setup1: name: "PHP 7.4/Node 20/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-12028-ci-advisories-patch-revamp with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} @@ -34,10 +34,11 @@ jobs: multirepository: true php-image: "ghcr.io/ibexa/docker/php:7.4-node20" timeout: 120 + ci-scripts-branch: 'ibx-12028-ci-advisories-patch-revamp' secrets: inherit regression-commerce-setup2: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-12028-ci-advisories-patch-revamp with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} @@ -51,10 +52,11 @@ jobs: multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.0-node20" timeout: 120 + ci-scripts-branch: 'ibx-12028-ci-advisories-patch-revamp' secrets: inherit regression-commerce-setup3: name: "PHP 8.4/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-12028-ci-advisories-patch-revamp with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} @@ -67,4 +69,5 @@ jobs: multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.4-node22" timeout: 120 + ci-scripts-branch: 'ibx-12028-ci-advisories-patch-revamp' secrets: inherit