mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-09 20:21:01 +00:00
[ci] Migrate CI from GitLab to GitHub (#593)
* [ci] Migrate CI from GitLab to GitHub * fix docker path * unite backend jobs into one workflow * rm files * add cache-on-failure to tests cache * add deploy workflow * change wfl name * readme * fix readme * typo
This commit is contained in:
committed by
GitHub
parent
0cd8726ce5
commit
b16ad2e8ad
@@ -15,6 +15,10 @@ on:
|
||||
- 'frontend/**'
|
||||
- '!backend/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./frontend
|
||||
|
||||
Reference in New Issue
Block a user