include matrix.target in apk-lint group

This commit is contained in:
David Langley 2022-02-23 23:04:18 +00:00
parent 80fd816d66
commit d561ad6acd
2 changed files with 1 additions and 2 deletions

View File

@ -123,7 +123,7 @@ jobs:
matrix:
target: [ Gplay, Fdroid ]
concurrency:
group: ${{ github.ref == 'refs/heads/develop' && format('apk-lint-develop-{0}', github.sha) || format('apk-lint-{0}', github.ref) }}
group: ${{ github.ref == 'refs/heads/develop' && format('apk-lint-develop-{0}', github.sha) || format('apk-lint-{0}-{1}', matrix.target, github.ref) }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v2

View File

@ -1,4 +1,3 @@
#no-op
name: Test
on: