From 813db93f5f1a54fc5725bd36e55b28331a607eeb Mon Sep 17 00:00:00 2001 From: Andrea Brighi Date: Wed, 28 Jun 2023 03:52:47 +0200 Subject: [PATCH] ci: avoid skip of release --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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