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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '* * * * *'
|
#- cron: '* * * * *'
|
||||||
- cron: '@hourly'
|
#- cron: '@hourly'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
@ -17,3 +17,5 @@ jobs:
|
|||||||
uses: https://gitea.com/actions/checkout@v3
|
uses: https://gitea.com/actions/checkout@v3
|
||||||
- name: get
|
- 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