diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index ab6b256c..940c2ab8 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -1,7 +1,7 @@ on: schedule: - - cron: '* * * * *' - - cron: '@hourly' + #- cron: '* * * * *' + #- cron: '@hourly' jobs: autoupdate: @@ -16,4 +16,6 @@ jobs: - name: checkout uses: https://gitea.com/actions/checkout@v3 - name: get - run: GOBIN=/bin go get git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest \ No newline at end of file + run: GOBIN=/bin go get git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest + - name: check + run: /bin/pkgdashcli check \ No newline at end of file