From f5e5145b14774a96a5fccb87d7d39cf1cfbae1f4 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 17 Aug 2023 17:43:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(docker-publish.yml):=20rem?= =?UTF-8?q?ove=20scheduled=20job=20for=20Docker=20workflow=20=F0=9F=94=A7?= =?UTF-8?q?=20chore(docker-publish.yml):=20remove=20scheduled=20job=20for?= =?UTF-8?q?=20Docker=20workflow=20to=20simplify=20the=20workflow=20and=20a?= =?UTF-8?q?void=20unnecessary=20executions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e9acfc6..7810e91 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -6,8 +6,6 @@ name: Docker # documentation. on: - schedule: - - cron: '24 8 * * *' push: branches: [ "main" ] # Publish semver tags as releases.