mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 15:14:18 +00:00
Fix concurrent CI (#1853)
This PR should hopefully fix CI jobs for Example and FabricExample apps being cancelled by using matrix.working_directory variable in concurrency.group identifier.
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
working-directory: [Example, FabricExample]
|
working-directory: [Example, FabricExample]
|
||||||
concurrency:
|
concurrency:
|
||||||
group: android-${{ github.ref }}
|
group: android-${{ matrix.working-directory }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
|
|||||||
Reference in New Issue
Block a user