From c80068ccfc81c600a9e45bd3406499ae907ec739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D1=81=D0=B8=D0=BB=D0=B8=D0=B9=20=D0=A2=D0=BE?= =?UTF-8?q?=D0=BB=D1=81=D1=82=D0=BE=D0=B2?= Date: Fri, 6 Dec 2024 13:01:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/autoupdate.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/autoupdate.yml | 44 ++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index 9244941d..eca89aca 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -1,24 +1,24 @@ -on: - push: - branches: - - 'main' - - 'master' - - 'v3' - schedule: +#on: +# push: +# branches: +# - 'main' +# - 'master' +# - 'v3' +# schedule: #- cron: '* * * * *' - - cron: '@hourly' +# - cron: '@hourly' -jobs: - autoupdate: - runs-on: ubuntu-latest - steps: - - name: setup-go - uses: https://gitea.com/actions/setup-go@v3 - with: - go-version: 1.21 - - name: checkout - uses: https://gitea.com/actions/checkout@v3 - - 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 +#jobs: +# autoupdate: +# runs-on: ubuntu-latest +# steps: +# - name: setup-go +# uses: https://gitea.com/actions/setup-go@v3 +# with: +# go-version: 1.21 +# - name: checkout +# uses: https://gitea.com/actions/checkout@v3 +# - 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