File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed
Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 11---
22name : " Backend verify"
33on :
4- push :
5- tags :
6- - v*
7- branches :
8- - master
9- paths :
10- - ' backend/**.go'
11- - ' backend/go.mod'
12- - ' .github/workflows/backend-lint-test.yml'
134 pull_request :
145 paths :
156 - ' backend/**.go'
167 - ' backend/go.mod'
178 - ' .github/workflows/backend-lint-test.yml'
189 workflow_call :
10+ concurrency :
11+ group : backend-verify-${{ github.head_ref || github.ref }}
12+ cancel-in-progress : true
1913permissions :
2014 contents : read
2115jobs :
Original file line number Diff line number Diff line change 11---
22name : " Frontend Lint & Compile check"
33on :
4- push :
5- branches :
6- - master
7- paths :
8- - " frontend/**"
9- - " .github/workflows/frontend-verify.yml"
104 pull_request :
115 paths :
126 - " frontend/**"
137 - " .github/workflows/frontend-verify.yml"
148 workflow_call :
9+ concurrency :
10+ group : frontend-verify-${{ github.head_ref || github.ref }}
11+ cancel-in-progress : true
1512env :
1613 CI : true
1714jobs :
You can’t perform that action at this time.
0 commit comments