Skip to content

Commit

Permalink
github: update CI filters
Browse files Browse the repository at this point in the history
The generated CI changed due to the order in targets.mk.

No functional change.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron authored and hafu committed Jun 2, 2024
1 parent 97ac63e commit 1fba76a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@
"targets/generic",
"targets/targets.mk"
],
"lantiq-xrx200": [
"targets/lantiq-xrx200",
".github/workflows/build-gluon.yml",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"lantiq-xway": [
"targets/lantiq-xway",
".github/workflows/build-gluon.yml",
Expand Down Expand Up @@ -249,16 +259,6 @@
"targets/targets.mk",
"targets/bcm27xx.inc"
],
"lantiq-xrx200": [
"targets/lantiq-xrx200",
".github/workflows/build-gluon.yml",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"mvebu-cortexa9": [
"targets/mvebu-cortexa9",
".github/workflows/build-gluon.yml",
Expand Down

0 comments on commit 1fba76a

Please sign in to comment.