From 9a95fda93ff50f667aca874a3e29d37633348fbb Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 1 Oct 2023 16:55:47 +0300 Subject: [PATCH] fixup Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/autoupdate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index d1a9bd3e..2e183fc1 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: '* * * * *' + - cron: '* * * * 10' #- cron: '@hourly' jobs: @@ -16,4 +16,4 @@ jobs: - name: get pkgdashcli run: GOPROXY=direct GONOSUMDB="git.unistack.org/*" GONOPROXY="git.unistack.org/*" GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest - name: pkgdashcli check - run: /bin/pkgdashcli check \ No newline at end of file + run: echo /bin/pkgdashcli check \ No newline at end of file