From 543465195195affc26870dc59c1ff9416a763214 Mon Sep 17 00:00:00 2001 From: xnxy2012 <35721438+xnxy2012@users.noreply.github.com> Date: Wed, 4 Mar 2020 14:32:58 +0800 Subject: [PATCH] Update k3.yml --- .github/workflows/k3.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/k3.yml b/.github/workflows/k3.yml index f89cfb3..c227aee 100644 --- a/.github/workflows/k3.yml +++ b/.github/workflows/k3.yml @@ -6,7 +6,7 @@ # Blog: https://p3terx.com #================================================= -name: K3 OpenWrt +name: Build OpenWrt on: release: @@ -16,8 +16,8 @@ on: - dev-19.07 paths: - '.config' - # schedule: - # - cron: 0 22 * * * + #schedule: + # - cron: 0 22 * * * watch: types: [started] @@ -77,6 +77,7 @@ jobs: cd openwrt ../$DIY_SH make defconfig + sed -i 's|^TARGET_|# TARGET_|g; s|# TARGET_DEVICES += phicomm-k3|TARGET_DEVICES += phicomm-k3|' target/linux/bcm53xx/image/Makefile #- name: SSH connection to Actions # uses: P3TERX/debugger-action@master # if: env.SSH_ACTIONS == 'true'