Lines Matching +full:runs +full:- +full:on
2 on:
5 - '.github/workflows/errno.yml'
6 - 'lib/libc/minimal/include/errno.h'
7 - 'scripts/ci/errno.py'
10 check-errno:
11 runs-on: ubuntu-22.04
13 image: ghcr.io/zephyrproject-rtos/ci:v0.27.4
16 - name: Apply container owner mismatch workaround
22 git config --global --add safe.directory ${GITHUB_WORKSPACE}
24 - name: checkout
27 - name: Environment Setup
29 … echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
31 - name: Run errno.py