disable workflow
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
b499fe99ca
commit
8b082b90df
@ -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
|
||||
run: GOBIN=/bin go get git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest
|
||||
- name: check
|
||||
run: /bin/pkgdashcli check
|
Loading…
Reference in New Issue
Block a user