File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ services:
106
106
depends_on :
107
107
- build
108
108
when :
109
- branch :
110
- - master
111
109
event :
112
110
- push
113
111
- pull_request
Original file line number Diff line number Diff line change @@ -1872,7 +1872,6 @@ dashboard.resync_all_sshkeys.desc = (Not needed for the built-in SSH server.)
1872
1872
dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories.
1873
1873
dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
1874
1874
dashboard.sync_external_users = Synchronize external user data
1875
- dashboard.git_fsck = Execute health checks on all repositories
1876
1875
dashboard.server_uptime = Server Uptime
1877
1876
dashboard.current_goroutine = Current Goroutines
1878
1877
dashboard.current_memory_usage = Current Memory Usage
Original file line number Diff line number Diff line change 53
53
<td><button type="submit" class="ui green button" name="op" value="sync_external_users">{{svg "octicon-triangle-right" 16}} {{.i18n.Tr "admin.dashboard.operation_run"}}</button></td>
54
54
</tr>
55
55
<tr>
56
- <td>{{.i18n.Tr "admin.dashboard.git_fsck "}}</td>
57
- <td><button type="submit" class="ui green button" name="op" value="git_fsck ">{{svg "octicon-triangle-right" 16}} {{.i18n.Tr "admin.dashboard.operation_run"}}</button></td>
56
+ <td>{{.i18n.Tr "admin.dashboard.repo_health_check "}}</td>
57
+ <td><button type="submit" class="ui green button" name="op" value="repo_health_check ">{{svg "octicon-triangle-right" 16}} {{.i18n.Tr "admin.dashboard.operation_run"}}</button></td>
58
58
</tr>
59
59
<tr>
60
60
<td>{{.i18n.Tr "admin.dashboard.delete_generated_repository_avatars"}}</td>
You can’t perform that action at this time.
0 commit comments