mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-08 11:32:05 +08: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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 20 * * *
|
- cron: 0 20 * * *
|
||||||
|
watch:
|
||||||
|
types: started
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event.repository.owner.id == github.event.sender.id
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -80,5 +83,5 @@ jobs:
|
|||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: OpenWrt firmware
|
name: OpenWrt_firmware
|
||||||
path: ./bin/targets/
|
path: ./bin/targets/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user