From bc936899def6ecc24d1e61d6cb8f8c765ca990df Mon Sep 17 00:00:00 2001 From: Henri Valette Date: Wed, 25 Aug 2021 11:55:02 +0200 Subject: [PATCH] ci: update config --- .github/workflows/cicd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3aeb8cd..393d212 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -48,8 +48,6 @@ jobs: needs: quality if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):') runs-on: ubuntu-latest - env: - CACHE_IMAGE: sanofiiadc/konviw steps: - name: Checkout code uses: actions/checkout@v2