Skip to content

Commit ff364ed

Browse files
committed
Keep only green e2e builds
1 parent 52cfa5a commit ff364ed

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/e2e.yml

-5
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ jobs:
147147
repo: mimmi20/ua-device-type
148148
-
149149
repo: mimmi20/ua-normalizer
150-
-
151-
repo: numero2/contao-marketing-suite
152-
cdaArgs: --disable-ext-analysis --config=depcheck.php
153150
-
154151
repo: numero2/contao-opengraph3
155152
cdaArgs: --config=depcheck.php
@@ -209,8 +206,6 @@ jobs:
209206
repo: shipmonk-rnd/phpstan-rules
210207
-
211208
repo: symplify/config-transformer
212-
-
213-
repo: teamneusta/pimcore-testing-framework
214209
-
215210
repo: wallabag/wallabag
216211
cdaArgs: --disable-ext-analysis

scripts/refresh-e2e.php

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ function outputYaml(array $items): void
110110
|| $item['repo'] === 'symplify/phpstan-rules'
111111
|| $item['repo'] === 'contao-thememanager/core'
112112
|| $item['repo'] === 'oveleon/contao-recommendation-bundle'
113+
|| $item['repo'] === 'numero2/contao-marketing-suite' // since 1.8.2 (shadow symfony/contracts via trigger_deprecation)
114+
|| $item['repo'] === 'teamneusta/pimcore-testing-framework' // since 1.8.2 (shadow symfony/contracts via trigger_deprecation)
113115
) {
114116
unset($result[$index]); // failing builds
115117
}

0 commit comments

Comments
 (0)