diff --git a/.github/workflows/third-party.yml b/.github/workflows/third-party.yml index d98e371e..dea00e1d 100644 --- a/.github/workflows/third-party.yml +++ b/.github/workflows/third-party.yml @@ -60,3 +60,4 @@ jobs: bundle exec jekyll build -s sandbox -d sandbox/_site --trace - name: Memory Analysis of Jekyll Build (WITH SEO Tag) run: bash jekyll-seo-tag/.github/workflows/scripts/memprof + if: "!contains(matrix.jekyll_version, '3.')"