ci(repo): add cache and concurrency

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-04-03 18:26:57 +05:30
committed by xsahil03x
parent caec2647d3
commit 61170a0921
4 changed files with 20 additions and 13 deletions
+4
View File
@@ -14,6 +14,10 @@ on:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
stream_chat: