From e3055c7e49be1c495c06a1c28492405a4e571ba6 Mon Sep 17 00:00:00 2001 From: Badi Ifaoui Date: Tue, 28 Nov 2023 13:37:56 +0100 Subject: [PATCH] fix: CI & CD eslint issue --- .github/workflows/dockerhub.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerhub.yaml b/.github/workflows/dockerhub.yaml index b0b7193a47..a0b18ee934 100644 --- a/.github/workflows/dockerhub.yaml +++ b/.github/workflows/dockerhub.yaml @@ -4,8 +4,8 @@ on: push: tags: [v*] # schedule: - # This job can take a while, and we have usage limits, so just publish develop only twice a day - # - cron: "0 7/12 * * *" + # This job can take a while, and we have usage limits, so just publish develop only twice a day + # - cron: "0 7/12 * * *" concurrency: ${{ github.workflow }}-${{ github.ref_name }} jobs: buildx: