There was an error while loading. Please reload this page.
1 parent 3d56b43 commit 1223326Copy full SHA for 1223326
1 file changed
.github/workflows/ci.yml
@@ -407,10 +407,10 @@ jobs:
407
tas_tests_search_api:
408
name: ${{ matrix.testSuite }} | TAS tests (Search API)
409
runs-on: alfrescoPub-ubuntu2204-16G-4CPU
410
- if: >
411
- (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
412
- !contains(github.event.head_commit.message, '[skip search]') &&
413
- !contains(github.event.head_commit.message, '[skip tests]')
+# if: >
+# (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
+# !contains(github.event.head_commit.message, '[skip search]') &&
+# !contains(github.event.head_commit.message, '[skip tests]')
414
strategy:
415
fail-fast: false
416
matrix:
0 commit comments