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