Skip to content

Commit

Permalink
Merge pull request #432 from anstadnik/add_apk
Browse files Browse the repository at this point in the history
add apk
  • Loading branch information
anstadnik authored Oct 6, 2023
2 parents 8f1dc7b + a2d1c00 commit bc489b8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@ 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:
# 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:
Expand Down

0 comments on commit bc489b8

Please sign in to comment.