From 957b5f27b35e6e04e5e42e0ca7109b50cef95385 Mon Sep 17 00:00:00 2001 From: LaurenceKuhl Date: Fri, 8 Nov 2024 10:21:14 +0100 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d07ea6..d9e783a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - "test_umis" - "test_screening_count_table" isMaster: - - true + - ${{ github.base_ref == 'master' }} # Exclude conda and singularity on dev exclude: - isMaster: false