From f76dd53c2bdac86d2c4ed51e0be3d0169621fda5 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 12 Jun 2023 08:32:37 +0200 Subject: [FIX] remove CUDA test on push to master (#485) CUDA test runner is not always available for energy reasons and should not be requires for all push to master. --- .github/workflows/build_tests_cuda.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build_tests_cuda.yml b/.github/workflows/build_tests_cuda.yml index 693d247..e614aef 100644 --- a/.github/workflows/build_tests_cuda.yml +++ b/.github/workflows/build_tests_cuda.yml @@ -4,9 +4,6 @@ on: workflow_dispatch: pull_request_review: types: [submitted] - push: - branches: - - 'master' # Set a branch to run CI tests on jobs: linux-cuda: -- cgit v1.2.3