[openssh-commits] [openssh] 01/02: Do not run CIFuzz on selfhosted tree.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Nov 7 14:46:56 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit b496b9f831acd1e5bcd875e26e797488beef494a
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Nov 7 14:45:16 2022 +1100
Do not run CIFuzz on selfhosted tree.
We already run it on the regular tree, no need to double up.
---
.github/workflows/cifuzz.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index ea428b82..829e682f 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -5,9 +5,9 @@ on:
pull_request:
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
-
jobs:
Fuzzing:
+ if: github.repository != 'openssh/openssh-portable-selfhosted'
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list