Skip to content

Commit 9925808

Browse files
pdgendtjhedberg
authored andcommitted
github: errno: Run workflow if SDK_VERSION file is modified
The CI workflow runs on specific paths being touched, add the SDK_VERSION as one of those paths. Update to match the CI image with the actual SDK test Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 0af3fd6 commit 9925808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/errno.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- '.github/workflows/errno.yml'
66
- 'lib/libc/minimal/include/errno.h'
77
- 'scripts/ci/errno.py'
8+
- 'SDK_VERSION'
89

910
permissions:
1011
contents: read
@@ -13,7 +14,7 @@ jobs:
1314
check-errno:
1415
runs-on: ubuntu-24.04
1516
container:
16-
image: ghcr.io/zephyrproject-rtos/ci:v0.28.0
17+
image: ghcr.io/zephyrproject-rtos/ci:v0.28.2
1718

1819
steps:
1920
- name: Apply container owner mismatch workaround

0 commit comments

Comments
 (0)