From f0a813938ba13e0102714251746c052b9e516b9c Mon Sep 17 00:00:00 2001 From: a3hadi Date: Mon, 11 Mar 2024 10:01:39 -0400 Subject: [PATCH] test Signed-off-by: a3hadi --- .github/workflows/build-push.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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: