diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml index c902f6fd..767053a6 100644 --- a/.github/workflows/build-push.yaml +++ b/.github/workflows/build-push.yaml @@ -1,13 +1,13 @@ 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 @@ -15,10 +15,10 @@ jobs: 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: