From e1975ab66ac7a84ef777458857fc2165d045c06c Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 1 Oct 2023 21:32:00 +0300 Subject: [PATCH] fixup deps 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 2e183fc1..d1a9bd3e 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: '* * * * 10' + - cron: '* * * * *' #- 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: echo /bin/pkgdashcli check \ No newline at end of file + run: /bin/pkgdashcli check \ No newline at end of file