From b0834f784ecb22a69cee8036d3befd082d637862 Mon Sep 17 00:00:00 2001 From: Patryk Michalik Date: Tue, 16 Mar 2021 10:25:09 +0100 Subject: [PATCH] CI Action: Merge `build-debug-apk` and `send-notification` --- .github/workflows/build_debug_apk.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_debug_apk.yml b/.github/workflows/build_debug_apk.yml index 94119690ca..8d342c6d44 100644 --- a/.github/workflows/build_debug_apk.yml +++ b/.github/workflows/build_debug_apk.yml @@ -36,11 +36,8 @@ jobs: with: name: Lawnchair path: build/outputs/apk/lawnWithQuickstep/debug/**.apk - send-notification: - runs-on: ubuntu-latest - needs: build-debug-apk - steps: - - uses: technote-space/workflow-conclusion-action@v2.1.5 + - name: Save Workflow status as environment variable + uses: technote-space/workflow-conclusion-action@v2.1.5 - name: Send notification uses: appleboy/telegram-action@v0.1.0 with: