From 6a6c4f81ed7dd67235165eba92785f1344eb59f2 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 23 Nov 2021 00:45:42 +0000 Subject: [PATCH] Temporarily skip CWL conformance GH workflow --- .github/workflows/cwl_conformance.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cwl_conformance.yaml b/.github/workflows/cwl_conformance.yaml index 66bafe046965..9e5cf7bdbb7c 100644 --- a/.github/workflows/cwl_conformance.yaml +++ b/.github/workflows/cwl_conformance.yaml @@ -16,6 +16,7 @@ concurrency: jobs: test: name: Test + if: ${{ false }} runs-on: ubuntu-latest continue-on-error: ${{ startsWith(matrix.marker, 'red') }} strategy: