From 895bd88973322846826dc1777ff018476f1c0438 Mon Sep 17 00:00:00 2001 From: accetto <34798830+accetto@users.noreply.github.com> Date: Mon, 8 Mar 2021 18:46:37 +0100 Subject: [PATCH] autobuild wf schedule trigger enabled again --- .github/workflows/dockerhub-autobuild.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dockerhub-autobuild.yml b/.github/workflows/dockerhub-autobuild.yml index 9d18a63..52169fa 100644 --- a/.github/workflows/dockerhub-autobuild.yml +++ b/.github/workflows/dockerhub-autobuild.yml @@ -10,12 +10,12 @@ on: ### prereleased: a pre-release is created ### released: a release or draft of a release is published, or a pre-release is changed to a release types: [published] - # schedule: - # ### * is a special character in YAML so you have to quote this string - # ### every 5 minutes (for testing only) - # # - cron: '*/5 * * * *' - # ### at 00:15 on every Sunday - # - cron: '15 0 * * 0' + schedule: + ### * is a special character in YAML so you have to quote this string + ### every 5 minutes (for testing only) + # - cron: '*/5 * * * *' + ### at 00:15 on every Sunday + - cron: '15 0 * * 0' jobs: call-dockerhub: runs-on: ubuntu-latest