From c0614a9fb65d4a9c10d7828ec244bbf8e430d6a5 Mon Sep 17 00:00:00 2001 From: valere Date: Sun, 4 Dec 2022 11:16:25 +0100 Subject: [PATCH] fix CI concurrency --- .github/workflows/elementr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elementr.yml b/.github/workflows/elementr.yml index 58dae870dc..c5fc3a16ca 100644 --- a/.github/workflows/elementr.yml +++ b/.github/workflows/elementr.yml @@ -21,7 +21,7 @@ jobs: target: [ Gplay, Fdroid ] # Allow all jobs on develop. Just one per PR. concurrency: - group: ${{ github.ref == 'refs/heads/develop' && format('elementr-{0}-{1}', matrix.target, github.sha) || format('build-debug-{0}-{1}', matrix.target, github.ref) }} + group: ${{ github.ref == 'refs/heads/develop' && format('elementr-{0}-{1}', matrix.target, github.sha) || format('build-er-debug-{0}-{1}', matrix.target, github.ref) }} cancel-in-progress: true steps: - uses: actions/checkout@v3