diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0b22cf3c..bb5774ee 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -127,7 +127,7 @@ jobs: - build - test - device-test-latest - if: github.ref == 'refs/heads/main' + if: always() && github.ref == 'refs/heads/main' concurrency: group: release cancel-in-progress: false