Update openwrt-ci.yml

This commit is contained in:
骷髅头
2025-02-05 14:22:15 +08:00
committed by GitHub
parent 3de3fb2bdb
commit dfb5b8d66f

View File

@@ -5,22 +5,11 @@
#
# Copyright (C) 2020 KFERMercer
#
#
# <https://github.com/KFERMercer/OpenWrt-CI>
#
# 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: |