From 203bc26c0e2d4322dbf5f31037817580050985a6 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Fri, 15 Mar 2024 17:46:07 -0400 Subject: [PATCH] ci: disable templates job --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03a082cdd9..da281b2325 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -318,7 +318,7 @@ jobs: templates: needs: changes - if: ${{ needs.changes.outputs.templates == 'true' }} + if: false # Disable until templates are updated for 3.0 runs-on: ubuntu-latest strategy: fail-fast: false