@@ -158,9 +158,9 @@ jobs:
158158 tas_tests :
159159 name : ${{ matrix.testSuite }} TAS tests
160160 runs-on : ubuntu-latest
161- if : >
162- contains(github.event.head_commit.message, '[tas]') &&
163- !contains(github.event.head_commit.message, '[skip tests]')
161+ # if: >
162+ # contains(github.event.head_commit.message, '[tas]') &&
163+ # !contains(github.event.head_commit.message, '[skip tests]')
164164 strategy :
165165 fail-fast : false
166166 matrix :
@@ -251,9 +251,9 @@ jobs:
251251 tas_tests_with_aims :
252252 name : ${{ matrix.testSuite }} TAS tests with AIMS
253253 runs-on : ubuntu-latest
254- if : >
255- !contains(github.event.head_commit.message, '[skip tas]') &&
256- !contains(github.event.head_commit.message, '[skip tests]')
254+ # if: >
255+ # !contains(github.event.head_commit.message, '[skip tas]') &&
256+ # !contains(github.event.head_commit.message, '[skip tests]')
257257 strategy :
258258 fail-fast : false
259259 matrix :
@@ -310,9 +310,9 @@ jobs:
310310 cmis_tas_tests_elasticsearch :
311311 name : CMIS TAS tests - Elastic Search | ${{ matrix.testSuite }} (CMIS API)
312312 runs-on : ubuntu-latest
313- if : >
314- !contains(github.event.head_commit.message, '[skip search]') &&
315- !contains(github.event.head_commit.message, '[skip tests]')
313+ # if: >
314+ # !contains(github.event.head_commit.message, '[skip search]') &&
315+ # !contains(github.event.head_commit.message, '[skip tests]')
316316 strategy :
317317 fail-fast : false
318318 matrix :
@@ -372,9 +372,9 @@ jobs:
372372 cmis_tas_tests_opensearch :
373373 name : " CMIS TAS tests - Open Search (CMIS API)"
374374 runs-on : ubuntu-latest
375- if : >
376- !contains(github.event.head_commit.message, '[skip search]') &&
377- !contains(github.event.head_commit.message, '[skip tests]')
375+ # if: >
376+ # !contains(github.event.head_commit.message, '[skip search]') &&
377+ # !contains(github.event.head_commit.message, '[skip tests]')
378378 steps :
379379 - uses : Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v12.4.3
380380 - uses : actions/checkout@v4
@@ -406,10 +406,10 @@ jobs:
406406 tas_tests_search_api :
407407 name : ${{ matrix.testSuite }} | TAS tests (Search API)
408408 runs-on : alfrescoPub-ubuntu2204-16G-4CPU
409- if : >
410- (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
411- !contains(github.event.head_commit.message, '[skip search]') &&
412- !contains(github.event.head_commit.message, '[skip tests]')
409+ # if: >
410+ # (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
411+ # !contains(github.event.head_commit.message, '[skip search]') &&
412+ # !contains(github.event.head_commit.message, '[skip tests]')
413413 strategy :
414414 fail-fast : false
415415 matrix :
@@ -480,10 +480,10 @@ jobs:
480480 upgrade_tas_tests :
481481 name : ${{ matrix.testSuite }} Upgrade TAS tests
482482 runs-on : alfrescoPub-ubuntu2204-16G-4CPU
483- if : >
484- (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
485- !contains(github.event.head_commit.message, '[skip search]') &&
486- !contains(github.event.head_commit.message, '[skip tests]')
483+ # if: >
484+ # (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
485+ # !contains(github.event.head_commit.message, '[skip search]') &&
486+ # !contains(github.event.head_commit.message, '[skip tests]')
487487 strategy :
488488 fail-fast : false
489489 matrix :
@@ -526,8 +526,8 @@ jobs:
526526 all_amps_tests :
527527 name : " All AMPs tests"
528528 runs-on : ubuntu-latest
529- if : >
530- !contains(github.event.head_commit.message, '[skip tests]')
529+ # if: >
530+ # !contains(github.event.head_commit.message, '[skip tests]')
531531 steps :
532532 - uses : Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v12.4.3
533533 - uses : actions/checkout@v4
@@ -570,9 +570,9 @@ jobs:
570570 tas_test_with_mtls :
571571 name : ${{ matrix.testSuite }} TAS tests with mutal TLS
572572 runs-on : ubuntu-latest
573- if : >
574- !contains(github.event.head_commit.message, '[skip mtls]') &&
575- !contains(github.event.head_commit.message, '[skip tests]')
573+ # if: >
574+ # !contains(github.event.head_commit.message, '[skip mtls]') &&
575+ # !contains(github.event.head_commit.message, '[skip tests]')
576576 strategy :
577577 fail-fast : false
578578 matrix :
0 commit comments