diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index b69ac9c1da..d106843c5e 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -30,7 +30,9 @@ jobs: strategy: fail-fast: false matrix: - code-image: [ 'nightly' ] + # Skip nightly Collabora image until the upstream nightly container issue is resolved + # https://github.com/CollaboraOnline/online/issues/16175 + code-image: [ 'release' ] node-version: [16.x] containers: [1, 2, 3] php-versions: [ '8.2' ] diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 726fc9c9f3..334ed01490 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -54,7 +54,9 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - code-image: [ 'nightly' ] + # Skip nightly Collabora image until the upstream nightly container issue is resolved + # https://github.com/CollaboraOnline/online/issues/16175 + code-image: [ 'release' ] php-versions: ['8.2'] databases: ['sqlite'] server-versions: ['stable34']