[openssh-commits] [openssh] 01/03: Upstream tests don't use the config file.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Mar 26 20:20:02 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 12da685dfc98b14dddb5977a1fc52d06474f3308
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Mar 19 17:52:54 2026 +1100
Upstream tests don't use the config file.
---
.github/workflows/upstream.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 8bcb87b38..a190a490e 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -3,7 +3,7 @@ name: OpenBSD
on:
push:
branches: [ master ]
- paths: [ '**.c', '**.h', '**.sh', '.github/configs', '.github/workflows/upstream.yml' ]
+ paths: [ '**.c', '**.h', '**.sh', '.github/workflows/upstream.yml' ]
jobs:
selfhosted:
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list