From ce6807b4461e5810b51fdb6e62bfa5e76f84e102 Mon Sep 17 00:00:00 2001 From: Stadnik Andrii Date: Fri, 6 Oct 2023 22:15:55 +0300 Subject: [PATCH 1/2] chore(CI): update build_flutter_apk configuration --- .github/workflows/CI.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0ce5638d..80cfa65e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,12 +21,12 @@ jobs: secrets: SHEET_ID: ${{ secrets.SHEET_ID }} - # build_flutter_apk: - # uses: ./.github/workflows/build_flutter_apk.yml - # with: - # upload-artifact: true - # secrets: - # SHEET_ID: ${{ secrets.SHEET_ID }} + build_flutter_apk: + uses: ./.github/workflows/build_flutter_apk.yml + with: + upload-artifact: true + secrets: + SHEET_ID: ${{ secrets.SHEET_ID }} # It should wait untill all checks will pass auto-merge: From a2d1c0060a91c0603d366c812a6a506267efaaee Mon Sep 17 00:00:00 2001 From: Stadnik Andrii Date: Fri, 6 Oct 2023 22:17:52 +0300 Subject: [PATCH 2/2] chore(CI): update auto-merge dependencies --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 80cfa65e..7a7f17f8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,8 +30,7 @@ jobs: # It should wait untill all checks will pass auto-merge: - # needs: [build_and_test_bot, build_flutter_apk] - needs: [build_and_test_bot] + needs: [build_and_test_bot, build_flutter_apk] runs-on: ubuntu-latest if: github.base_ref == 'main' permissions: