Skip to content

Commit

Permalink
ci(flutter): temporarily disabled Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Sep 30, 2021
1 parent 499a446 commit a5eda7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
needs: [analyze-and-test]
timeout-minutes: 10
if: ${{ github.event.pull_request.draft == false }}
if: ${{ false }} # ${{ github.event.pull_request.draft == false }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a5eda7f

Please sign in to comment.