Skip to content

Commit a438fbe

Browse files
ci: build: fix change path for openbmc
OpenBMC is checked out as submodule and only tracked as "file" in Git. Given that it is not a directory, it never triggered an update when the submodule was only updated. Signed-off-by: Tan Siewert <tan.siewert@9elements.com>
1 parent 4213ea8 commit a438fbe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-canopy-qemu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
branches:
77
- main
88
paths:
9-
- 'openbmc/**'
9+
- 'openbmc'
1010
- 'meta-canopy/**'
1111
- '.github/**'
1212
- '.firmwareci/**'
1313
pull_request:
1414
branches:
1515
- main
1616
paths:
17-
- 'openbmc/**'
17+
- 'openbmc'
1818
- 'meta-canopy/**'
1919
- '.github/**'
2020
- '.firmwareci/**'

.github/workflows/build-hpe-proliant-g11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
branches:
77
- main
88
paths:
9-
- 'openbmc/**'
9+
- 'openbmc'
1010
- 'meta-canopy/**'
1111
- '.github/**'
1212
- '.firmwareci/**'
1313
pull_request:
1414
branches:
1515
- main
1616
paths:
17-
- 'openbmc/**'
17+
- 'openbmc'
1818
- 'meta-canopy/**'
1919
- '.github/**'
2020
- '.firmwareci/**'

0 commit comments

Comments
 (0)