diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-09-08 23:01:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 23:01:19 +0800 |
commit | 9c0a3532a4765263f279caeabd7f696372ce1d1f (patch) | |
tree | 4ed801ef304d923617af7733a6966f166bebc80e /options | |
parent | ffa4949eaaf645995c5a20cd302d0256417b97ed (diff) | |
download | gitea-9c0a3532a4765263f279caeabd7f696372ce1d1f.tar.gz gitea-9c0a3532a4765263f279caeabd7f696372ce1d1f.zip |
Add a new column schedule_id for action_run to track (#26975)
Fix #26971
And the UI now will display it's scheduled but not triggered by a push.
<img width="954" alt="图片"
src="https://github.com/go-gitea/gitea/assets/81045/d211845c-457e-4c3e-af1f-a0d654d3f365">
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ea9f6147ae..39da4be179 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3504,6 +3504,7 @@ runners.reset_registration_token_success = Runner registration token reset succe runs.all_workflows = All Workflows runs.commit = Commit +runs.scheduled = Scheduled runs.pushed_by = pushed by runs.invalid_workflow_helper = Workflow config file is invalid. Please check your config file: %s runs.no_matching_runner_helper = No matching runner: %s |