Skip to content

Commit fdfe0fa

Browse files
committed
needed to update repo name for fuzz test
1 parent 59b8c29 commit fdfe0fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cifuzz.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ on:
77

88
jobs:
99
Fuzzing:
10-
if: github.repository != 'openssh/openssh-portable-selfhosted'
10+
if: github.repository != 'rapier1/hpnssh-portable-selfhosted'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Build Fuzzers
1414
id: build
1515
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
1616
with:
17-
oss-fuzz-project-name: 'openssh'
17+
oss-fuzz-project-name: 'hpn-ssh'
1818
dry-run: false
1919
language: c++
2020
- name: Run Fuzzers
2121
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
2222
with:
23-
oss-fuzz-project-name: 'openssh'
23+
oss-fuzz-project-name: 'hpn-ssh'
2424
fuzz-seconds: 600
2525
dry-run: false
2626
language: c++

0 commit comments

Comments
 (0)