This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new b090b7340b github: Skip the build if the change is under 
tools/ci/docker/linux
b090b7340b is described below

commit b090b7340bb079e4e7789dd60178755a4490a6ce
Author: Xiang Xiao <[email protected]>
AuthorDate: Tue Aug 22 21:14:59 2023 +0800

    github: Skip the build if the change is under tools/ci/docker/linux
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ee295aad21..698aa21607 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,6 +16,7 @@ on:
   pull_request:
     paths-ignore:
       - 'Documentation/**'
+      - 'tools/ci/docker/linux/**'
   push:
     paths-ignore:
       - 'Documentation/**'

Reply via email to