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 7757532 commit a93c33d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

# It should wait untill all checks will pass
auto-merge:
needs: [build_and_test_bot, build_flutter_apk]
# needs: [build_and_test_bot, build_flutter_apk]
needs: [build_and_test_bot]
runs-on: ubuntu-latest
if: github.base_ref == 'main'
permissions:
Expand Down

0 comments on commit a93c33d

Please sign in to comment.