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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c89004  [MINOR] Reduce automatic testing to not run if only python is 
changed
3c89004 is described below

commit 3c890048d997cbd03ca192f7dc2ea761214b0206
Author: baunsgaard <[email protected]>
AuthorDate: Mon Nov 15 18:10:06 2021 +0100

    [MINOR] Reduce automatic testing to not run if only python is changed
---
 .github/workflows/applicationTests.yml | 4 ++--
 .github/workflows/build.yml            | 4 ++--
 .github/workflows/componentTests.yml   | 4 ++--
 .github/workflows/functionsTests.yml   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/applicationTests.yml 
b/.github/workflows/applicationTests.yml
index 8eecde6..609c7f2 100644
--- a/.github/workflows/applicationTests.yml
+++ b/.github/workflows/applicationTests.yml
@@ -27,7 +27,7 @@ on:
       - 'docs/**'
       - '*.md'
       - '*.html'
-      - 'src/main/python/docs/**'
+      - 'src/main/python/**'
       - 'dev/**'
     branches:
       - main
@@ -36,7 +36,7 @@ on:
       - 'docs/**'
       - '*.md'
       - '*.html'
-      - 'src/main/python/docs/**'
+      - 'src/main/python/**'
       - 'dev/**'
     branches:
       - main
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 82f52f0..f894c1d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,7 +27,7 @@ on:
       - 'docs/**'
       - '*.md'
       - '*.html'
-      - 'src/main/python/docs/**'
+      - 'src/main/python/**'
       - 'dev/**'
     branches:
       - main
@@ -36,7 +36,7 @@ on:
       - 'docs/**'
       - '*.md'
       - '*.html'
-      - 'src/main/python/docs/**'
+      - 'src/main/python/**'
       - 'dev/**'
     branches:
       - main
diff --git a/.github/workflows/componentTests.yml 
b/.github/workflows/componentTests.yml
index 2e99d08..61fce9f 100644
--- a/.github/workflows/componentTests.yml
+++ b/.github/workflows/componentTests.yml
@@ -27,7 +27,7 @@ on:
       - 'docs/**'
       - '*.md'
       - '*.html'
-      - 'src/main/python/docs/**'
+      - 'src/main/python/**'
       - 'dev/**'
     branches:
       - main
@@ -36,7 +36,7 @@ on:
       - 'docs/**'
       - '*.md'
       - '*.html'
-      - 'src/main/python/docs/**'
+      - 'src/main/python/**'
       - 'dev/**'
     branches:
       - main
diff --git a/.github/workflows/functionsTests.yml 
b/.github/workflows/functionsTests.yml
index b2b2ef6..64cbc7e 100644
--- a/.github/workflows/functionsTests.yml
+++ b/.github/workflows/functionsTests.yml
@@ -27,7 +27,7 @@ on:
       - 'docs/**'
       - '*.md'
       - '*.html'
-      - 'src/main/python/docs/**'
+      - 'src/main/python/**'
       - 'dev/**'
     branches:
       - main
@@ -36,7 +36,7 @@ on:
       - 'docs/**'
       - '*.md'
       - '*.html'
-      - 'src/main/python/docs/**'
+      - 'src/main/python/**'
       - 'dev/**'
     branches:
       - main

Reply via email to