Skip to content

Commit

Permalink
fwk: Don't filter paths and no dispatch
Browse files Browse the repository at this point in the history
No reason to avoid building, we often do want to build if we just pull
in core-changes.
Workflow dispatch only works on the main branch...

BUG=Leo was sad that #1197 did not trigger a rebuild
TEST=Push new commit that doesn't touch zephyr/program/framework, will
test build and not just lints
BRANCH=fwk-lotus-azalea-19573

Signed-off-by: Daniel Schaefer <dhs@frame.work>
  • Loading branch information
JohnAZoidberg committed Nov 13, 2024
1 parent c9f3ab6 commit 2275075
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lotus-azalea-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ on:
- fwk*
- framework*
- pr-*
paths:
- 'zephyr/program/framework/**'
- '.github/workflows/**'
#pull_request:
# branches:
# - lotus-zephyr
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 2275075

Please sign in to comment.