diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-11-07 04:41:58 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-11-07 04:41:58 +0100 |
commit | 2138b1c4ddb300129a41a5104627b0d561184c7b (patch) | |
tree | 4d7d1f6d471040a3f82a7600bb924e6611f66b68 /.github | |
parent | Run cifuzz workflow on the actions as regular CI. (diff) | |
download | openssh-2138b1c4ddb300129a41a5104627b0d561184c7b.tar.xz openssh-2138b1c4ddb300129a41a5104627b0d561184c7b.zip |
Whitespace change to trigger CIFuzz workflow.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cifuzz.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index adbc31c9e..ea428b824 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -5,6 +5,7 @@ on: pull_request: paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ] + jobs: Fuzzing: runs-on: ubuntu-latest |