diff --git a/.github/workflows/build-on-push.yaml b/.github/workflows/build-on-push.yaml index cb7685d..61dc8af 100644 --- a/.github/workflows/build-on-push.yaml +++ b/.github/workflows/build-on-push.yaml @@ -20,5 +20,4 @@ jobs: secrets: inherit with: appsToBuild: "${{ needs.get-changed-images.outputs.addedOrModifiedImages }}" - pushImages: true - sendNotifications: true \ No newline at end of file + pushImages: true \ No newline at end of file diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index fb94aaa..46a90d3 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -28,5 +28,4 @@ jobs: secrets: inherit with: appsToBuild: "${{ needs.get-changed-images.outputs.addedOrModifiedImages }}" - pushImages: true - sendNotifications: true \ No newline at end of file + pushImages: true \ No newline at end of file