diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index c13eff5dc2..42340a5b46 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 8.3/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -38,6 +39,7 @@ jobs: name: "PHP 8.4/Node 22/MariaDB 11.4/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -53,6 +55,7 @@ jobs: name: "PHP 8.4/Node 22/MySQL 8.4/Solr 8/Redis latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss"