ci: disable templates job

This commit is contained in:
Elliot DeNolf
2024-03-15 17:46:07 -04:00
parent fb4651bdad
commit 203bc26c0e

View File

@@ -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