[openssh-commits] [openssh] branch master updated: Rerun VM tests on regress Makefile change too
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Aug 4 22:21:01 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 5adaaa778 Rerun VM tests on regress Makefile change too
5adaaa778 is described below
commit 5adaaa7781d86dde2f099b3944f08d57aa65107f
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Aug 4 22:20:47 2026 +1000
Rerun VM tests on regress Makefile change too
---
.github/workflows/vm.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml
index 023528571..8906557cd 100644
--- a/.github/workflows/vm.yml
+++ b/.github/workflows/vm.yml
@@ -7,9 +7,9 @@
name: CI VM
on:
push:
- paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/vm.yml' ]
+ paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', 'regress/Makefile', '.github/configs', '.github/workflows/vm.yml' ]
pull_request:
- paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/vm.yml' ]
+ paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', 'regress/Makefile', '.github/configs', '.github/workflows/vm.yml' ]
jobs:
dragonflybsd:
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list