diff --git a/.github/workflows/test-integration-v2-kradalby.yml b/.github/workflows/test-integration-v2-kradalby.yml index 49e810c9..a6ccea13 100644 --- a/.github/workflows/test-integration-v2-kradalby.yml +++ b/.github/workflows/test-integration-v2-kradalby.yml @@ -25,7 +25,3 @@ jobs: - name: Run general integration tests if: steps.changed-files.outputs.any_changed == 'true' run: nix develop --command -- make test_integration_v2_general - - - name: Run web flow integration tests - if: steps.changed-files.outputs.any_changed == 'true' - run: nix develop --command -- make test_integration_v2_auth_web_flow