summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-08-11 06:23:58 +0200
committerDarren Tucker <dtucker@dtucker.net>2022-08-11 06:23:58 +0200
commitd0c4fa58594577994921b593f10037c5282597ca (patch)
tree3004b342d87417c5564d9d35224e8953fc8f5808
parentSkip hostbased during Valgrind tests. (diff)
downloadopenssh-d0c4fa58594577994921b593f10037c5282597ca.tar.xz
openssh-d0c4fa58594577994921b593f10037c5282597ca.zip
Rerun tests if any .github config file changes.
-rw-r--r--.github/workflows/c-cpp.yml4
-rw-r--r--.github/workflows/selfhosted.yml2
-rw-r--r--.github/workflows/upstream.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 0ff56f03c..e5e07c2eb 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -3,10 +3,10 @@ name: C/C++ CI
on:
push:
branches: [ master, ci, V_9_0 ]
- paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ]
+ paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
pull_request:
branches: [ master ]
- paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ]
+ paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
jobs:
ci:
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 7ce318b17..c4bd1d9b2 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -3,7 +3,7 @@ name: C/C++ CI self-hosted
on:
push:
branches: [ master, ci, V_9_0 ]
- paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ]
+ paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
jobs:
selfhosted:
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 2696838c2..3cec069ed 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -3,7 +3,7 @@ name: Upstream self-hosted
on:
push:
branches: [ master, ci ]
- paths: [ '**.c', '**.h', '**.yml' ]
+ paths: [ '**.c', '**.h', '.github/**' ]
jobs:
selfhosted: