Skip to content

Commit

Permalink
chore: fix broken path (numaproj#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
kohlisid authored Jul 16, 2024
1 parent 921b7c0 commit 5bbbe56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
example_directories: [
"examples/map/even_odd", "examples/map/flatmap", "examples/map/forward_message",
"examples/map/multiproc_map", "examples/mapstream/flatmap_stream", "examples/reduce/counter",
"examples/reducestream/counter", "examples/reducestream/sum", "examples/sideinput/simple-sideinput",
"examples/sideinput/simple-sideinput/udf", "examples/sink/async_log", "examples/sink/log",
"examples/source/async-source", "examples/source/simple-source", "examples/sourcetransform/event_time_filter",
"examples/reducestream/counter", "examples/reducestream/sum", "examples/sideinput/simple_sideinput",
"examples/sideinput/simple_sideinput/udf", "examples/sink/async_log", "examples/sink/log",
"examples/source/async_source", "examples/source/simple_source", "examples/sourcetransform/event_time_filter",
"examples/batchmap/flatmap"
]

Expand Down

0 comments on commit 5bbbe56

Please sign in to comment.