mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-05 22:36:13 +08:00
Update kenzo.yml
This commit is contained in:
12
.github/workflows/kenzo.yml
vendored
12
.github/workflows/kenzo.yml
vendored
@@ -2,16 +2,15 @@
|
|||||||
name: Update packages
|
name: Update packages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
|
||||||
workflow_dispatch:
|
|
||||||
types: published
|
|
||||||
push:
|
push:
|
||||||
branches:
|
paths:
|
||||||
- main
|
- '.github/workflows/kenzo.yml'
|
||||||
|
- 'diy/**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 */24 * * *
|
- cron: 0 */12 * * *
|
||||||
watch:
|
watch:
|
||||||
types: started
|
types: started
|
||||||
|
repository_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
@@ -50,7 +49,6 @@ jobs:
|
|||||||
git rm -r --cache * >/dev/null 2>&1 &
|
git rm -r --cache * >/dev/null 2>&1 &
|
||||||
rm -rf `find ./* -maxdepth 0 -type d ! -name "diy"` >/dev/null 2>&1
|
rm -rf `find ./* -maxdepth 0 -type d ! -name "diy"` >/dev/null 2>&1
|
||||||
$GITHUB_WORKSPACE/${{matrix.target}}.sh
|
$GITHUB_WORKSPACE/${{matrix.target}}.sh
|
||||||
$GITHUB_WORKSPACE/diy/convert_translation.sh
|
|
||||||
$GITHUB_WORKSPACE/diy/Modify.sh
|
$GITHUB_WORKSPACE/diy/Modify.sh
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
|||||||
Reference in New Issue
Block a user