From 6909f08dc5041e89a1929f5d4f379dda493a6d2b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 11 May 2024 22:37:02 +0200 Subject: [PATCH] Disable `--slow` CUDA tests for push and PR actions (#12562) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a623f5ceb6..f96a967d87 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -227,7 +227,7 @@ jobs: pip list - name: Pytest tests run: | - slow="--slow" + slow="" if [[ "${{ github.event_name }}" =~ ^(schedule|workflow_dispatch)$ ]]; then slow="--slow" fi