Skip to content

Commit

Permalink
Disable Nextjs tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Dec 8, 2024
1 parent d569eb8 commit 81df480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/api-first.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81df480

Please sign in to comment.