diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 8608b488cc..a5e20716ea 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 7.4/Node 20/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.0/Node 20/MariaDB 11.4/Compatibility layer/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" @@ -54,6 +56,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"