mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 07:23:59 +00:00
openwrt-ci.yml: update
This commit is contained in:
parent
12b558bbd4
commit
df49785a2d
5
.github/workflows/openwrt-ci.yml
vendored
5
.github/workflows/openwrt-ci.yml
vendored
@ -12,12 +12,15 @@ name: OpenWrt-CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 20 * * *
|
||||
watch:
|
||||
types: started
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.repository.owner.id == github.event.sender.id
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -80,5 +83,5 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: OpenWrt firmware
|
||||
name: OpenWrt_firmware
|
||||
path: ./bin/targets/
|
||||
|
Loading…
Reference in New Issue
Block a user