Skip to content

Commit b65f548

Browse files
committed
Revert "Fix case of the "Cirq" project name for oss-fuzz"
Change project name back to lowercase as it needs to work as (lowercase-only) Docker image name. Refs: - #7625 (comment) - ToastCheng/oss-fuzz@7deb0b7 This reverts commit 31f8647.
1 parent 31f8647 commit b65f548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cifuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
id: build
1212
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
1313
with:
14-
oss-fuzz-project-name: Cirq
14+
oss-fuzz-project-name: cirq
1515
language: python
1616
- name: Run Fuzzers
1717
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
1818
with:
19-
oss-fuzz-project-name: Cirq
19+
oss-fuzz-project-name: cirq
2020
language: python
2121
fuzz-seconds: 600
2222
output-sarif: true

0 commit comments

Comments
 (0)