From dfb5b8d66fa37a1607209991df3726d51c464834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=B7=E9=AB=85=E5=A4=B4?= Date: Wed, 5 Feb 2025 14:22:15 +0800 Subject: [PATCH] Update openwrt-ci.yml --- .github/workflows/openwrt-ci.yml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/.github/workflows/openwrt-ci.yml b/.github/workflows/openwrt-ci.yml index 6ca74c50b..97f332753 100644 --- a/.github/workflows/openwrt-ci.yml +++ b/.github/workflows/openwrt-ci.yml @@ -5,23 +5,12 @@ # # Copyright (C) 2020 KFERMercer # -# -# -# -# Copyright (C) 2019 P3TERX -# -# Copyright (C) 2020 KFERMercer -# name: OpenWrt-CI on: schedule: - cron: 0 20 * * * - release: - types: [published] - repository_dispatch: - workflow_dispatch: - + permissions: contents: read @@ -29,23 +18,12 @@ jobs: build_openwrt: - permissions: - contents: write # for release creation + name: Build OpenWrt Firmware - name: Build OpenWrt firmware - - runs-on: ubuntu-latest - - if: github.event.repository.owner.id == github.event.sender.id || ! github.event.sender.id + runs-on: ubuntu-22.04 steps: - - - name: Checkout - uses: actions/checkout@v3 - with: - ref: stable - - - name: Space cleanup + - name: Space cleanup and Initialization environment env: DEBIAN_FRONTEND: noninteractive run: |