Skip to content

Commit

Permalink
ci(fuzz): fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 28, 2024
1 parent 6d9f366 commit 79160fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
oss-fuzz-project-name: 'hdf5'
fuzz-seconds: 600
output-sarif: true
sanitizer: sanitizer: ${{ matrix.sanitizer }}
sanitizer: ${{ matrix.sanitizer }}
dry-run: false
2 changes: 1 addition & 1 deletion .github/workflows/fuzz_hk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: fuzz hk
on:
push:
branches:
- develop
- develop-
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-auto-nvhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lin auto nvhpc

on:
push:
branches: develop
branches: develop-

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-nvhpc-o0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin nvhpc o0
on:
push:
branches:
- develop
- develop-

jobs:
build:
Expand Down

0 comments on commit 79160fc

Please sign in to comment.