Skip to content

Commit f27ed1f

Browse files
authored
[CI] Disabled single multirepo job (#22)
1 parent 1b0c55b commit f27ed1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/browser-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
2727
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
2828
regression-content-setup2:
29-
name: "PHP 7.4/MySQL/Multirepository"
29+
name: "PHP 7.4/MySQL"
3030
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
3131
with:
3232
project-edition: "content"
@@ -35,7 +35,6 @@ jobs:
3535
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
3636
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
3737
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
38-
multirepository: true
3938
timeout: 90
4039
secrets:
4140
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}

0 commit comments

Comments
 (0)