Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
164 changes: 0 additions & 164 deletions .github/workflows/build-on-comment.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/build-pr-profile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build PR Profile

on:
pull_request:
types: [opened, edited, synchronize]

permissions:
pull-requests: write

jobs:
build-pr-profile:
uses: aparcar/actions-shared-workflows/.github/workflows/build-pr-profile.yml@build-on-comment
2 changes: 2 additions & 0 deletions package/boot/uboot-mediatek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ define U-Boot/mt7981_nokia_ea0326gmp
DEPENDS:=+trusted-firmware-a-mt7981-spim-nand-ddr3
endef

# great

define U-Boot/mt7981_openwrt_one-snand
NAME:=OpenWrt One NAND
BUILD_SUBTARGET:=filogic
Expand Down
Loading