From 81df480b15079f179b4c5da6c44952a0f5f47f3d Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Sun, 8 Dec 2024 10:37:39 +0100 Subject: [PATCH] Disable Nextjs tests for now --- .github/workflows/api-first.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/api-first.yml b/.github/workflows/api-first.yml index 97ef069d87..8edf0f2f8e 100644 --- a/.github/workflows/api-first.yml +++ b/.github/workflows/api-first.yml @@ -105,7 +105,8 @@ jobs: run: make backend-docker-detached-stop nextjs: - if: false && ${{ needs.config.outputs.nextjs == 'true' }} && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name) + # if: ${{ needs.config.outputs.nextjs == 'true' }} && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name) + if: false runs-on: ubuntu-latest name: Next.JS timeout-minutes: 5