File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1313 - ' frontend/types/api/**'
1414 branches :
1515 - ' *'
16+ workflow_dispatch :
17+ inputs :
18+ branch :
19+ description : ' Branch to run the workflow on'
20+ required : true
21+ default : ' staging'
1622
1723concurrency :
1824 group : ${{ github.workflow }}-${{ github.ref }}
@@ -26,13 +32,14 @@ permissions:
2632jobs :
2733 build :
2834 name : converted-types-check
29- runs-on : self-hosted
35+ runs-on : ubuntu-latest
3036 steps :
31- - uses : actions/checkout@v3
32- - uses : actions/setup-go@v4
37+ - uses : actions/checkout@v4
38+ - uses : actions/setup-go@v5
3339 with :
3440 go-version-file : ' backend/go.mod'
3541 cache-dependency-path : ' backend/go.sum'
42+ cache : true
3643 - name : Check if all backend-types have been converted to frontend-types
3744 working-directory : backend
3845 run : |
You can’t perform that action at this time.
0 commit comments