From 20a67592efa9a7e13325cc7ddaa9924667cfd774 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Tue, 10 Mar 2020 16:35:58 +0800 Subject: [PATCH] Update r2s_lean_minimal.yml --- .github/workflows/r2s_lean_minimal.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/r2s_lean_minimal.yml b/.github/workflows/r2s_lean_minimal.yml index effea3f..fdd740a 100644 --- a/.github/workflows/r2s_lean_minimal.yml +++ b/.github/workflows/r2s_lean_minimal.yml @@ -5,7 +5,7 @@ on: branches: - master paths: - - '.github/workflows/r2s_lean_minimal.yml_' + - '.github/workflows/r2s_lean_minimal.yml' schedule: - cron: '10 08 * * *' @@ -126,6 +126,7 @@ jobs: # CONFIG_PACKAGE_kmod-crypto-authenc is not set # CONFIG_PACKAGE_kmod-cryptodev is not set # CONFIG_V2RAY_COMPRESS_UPX is not set + # CONFIG_PACKAGE_luci-app-cpufreq is not set ' >> configs/config_rk3328 cd friendlywrt git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"