From c7c74764531beb280c4baf0f51499f494fbaf990 Mon Sep 17 00:00:00 2001
From: Ruben ten Hove <git@rhtenhove.nl>
Date: Thu, 7 Jul 2022 17:10:42 +0000
Subject: [PATCH] disable formatter

---
 .github/workflows/code-format.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml
index 088793e7e..314137ff5 100644
--- a/.github/workflows/code-format.yml
+++ b/.github/workflows/code-format.yml
@@ -12,11 +12,9 @@ on:
 jobs:
   code-format-check:
     name: Check code format
+    if: ${{ 'false' == 'true' }} # Disable the job
     runs-on: ubuntu-22.04
-    container:
-      image: docker.io/aflplusplus/aflplusplus:dev
-      env:
-        LLVM_VERSION: 14 # Remove _after_ this branch's image is built and pushed. The new image will have this var in ENV.
+    container: docker.io/aflplusplus/aflplusplus:dev
     steps:
       - name: Checkout
         uses: actions/checkout@v3
-- 
GitLab