From 42a7f99ce0d9aaf4c46d19c904e0ad88be52833e Mon Sep 17 00:00:00 2001 From: Dirk Doesburg Date: Wed, 2 Nov 2022 21:57:06 +0100 Subject: [PATCH] Fix concurrency on deploy android --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 59fa7f232..14cc64c55 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -144,7 +144,7 @@ jobs: needs: [linting, testing] # Don't try multiple builds concurrently, # because build numbers would conflict. - concurrency: deploy-ios + concurrency: deploy-android if: | # Don't deploy on draft PRs github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/master')