Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 11, 2024
1 parent b6b778e commit f0a8139
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: Docker Publish

on:
pull_request:
types:
- closed
pull_request
# types:
# - closed

jobs:
if_merged:
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == false
name: Build and Push Images
runs-on: ubuntu-latest

strategy:
matrix:
repository: [
"map-even-odd"
"map-flatmap", "map-forward-message", "map-retry", "map-tickgen",
"map-flatmap-stream", "reduce-counter", "reduce-sum", "reduce-stream-counter",
"reduce-stream-sum", "session-counter", "sideinput-example", "udf-sideinput-example",
"sink-log", "source-simple-source", "mapt-assign-event-time", "mapt-event-time-filter"
# "map-flatmap", "map-forward-message", "map-retry", "map-tickgen",
# "map-flatmap-stream", "reduce-counter", "reduce-sum", "reduce-stream-counter",
# "reduce-stream-sum", "session-counter", "sideinput-example", "udf-sideinput-example",
# "sink-log", "source-simple-source", "mapt-assign-event-time", "mapt-event-time-filter"
]

steps:
Expand Down

0 comments on commit f0a8139

Please sign in to comment.