From 8247e9137ce00a1b779242e5f578488c3b325368 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:50:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI=20Change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ".github/workflows/\360\237\221\267Flow.yml" | 4 ++++ 1 file changed, 4 insertions(+) diff --git "a/.github/workflows/\360\237\221\267Flow.yml" "b/.github/workflows/\360\237\221\267Flow.yml" index ef4c430..e59f85e 100644 --- "a/.github/workflows/\360\237\221\267Flow.yml" +++ "b/.github/workflows/\360\237\221\267Flow.yml" @@ -28,6 +28,10 @@ jobs: needs: [build] uses: mraniki/coding_toolset/.github/workflows/📦Release.yml@main secrets: inherit + pr-merge: + needs: [build, test] + uses: mraniki/coding_toolset/.github/workflows/⛙Automerge.yml@main + secrets: inherit # publish: # needs: [release] # uses: mraniki/coding_toolset/.github/workflows/🚚Publish.yml@main