include matrix.target in apk-lint group
This commit is contained in:
parent
80fd816d66
commit
d561ad6acd
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#no-op
|
||||
name: Test
|
||||
|
||||
on:
|
||||
|
|
Loading…
Reference in New Issue