From da1068262611e15e7808c80d06725c274e9a7917 Mon Sep 17 00:00:00 2001 From: Erik van Oosten Date: Thu, 12 Dec 2024 19:53:46 +0100 Subject: [PATCH] Disable workflow check --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88130f0bd..0d0430b79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,8 +68,8 @@ jobs: uses: sbt/setup-sbt@v1 - name: Cache Dependencies uses: coursier/cache-action@v6 - - name: Check if the site workflow is up to date - run: sbt ciCheckGithubWorkflow +# - name: Check if the site workflow is up to date +# run: sbt ciCheckGithubWorkflow - name: Lint run: sbt lint test: