From d44a5a80539dc46de20125e3192e9c369ee1940c Mon Sep 17 00:00:00 2001 From: Tarak Ben Youssef Date: Fri, 12 Jan 2024 21:07:10 +0100 Subject: [PATCH] Revert "tmp: enable docker job for fast checking" This reverts commit 6fb4fc9594cffad58ff2baf9352633b6d7c2f3d7. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8aeb90a8..a3410f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,8 @@ jobs: args: --timeout=10m docker: + if: github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/') + needs: test name: "Docker image" runs-on: ubuntu-latest steps: