From b4e2543bdd749a36a3253fd7b29f79f98100f7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 8 Mar 2024 16:02:33 +0100 Subject: [PATCH] Revert "[tmp] gh-workflows branch" This reverts commit dc9d7ab8a53a9b15fda71a2193072f0563ef2157. --- .github/workflows/browser-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 6f2bdf08..0ee883f4 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 14/PostgreSQL/Varnish/Redis/Multirepository" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-6507 + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: ibx-6507-es project-edition: "commerce" @@ -45,7 +45,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-commerce-setup2: name: "PHP 8.0/Node 16/MySQL/Compatibility layer/Elastic" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-6507 + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: ibx-6507-es project-edition: "commerce" @@ -66,7 +66,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-commerce-setup3: name: "PHP 8.2/MySQL/Multirepository/Solr" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-6507 + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: ibx-6507-es project-edition: "commerce"