Skip to content

Commit

Permalink
chore(CI): update auto-merge dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anstadnik committed Oct 6, 2023
1 parent ce6807b commit a2d1c00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a2d1c00

Please sign in to comment.