aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-08-22 11:30:02 +0900
committerGitHub <noreply@github.com>2023-08-22 10:30:02 +0800
commita4a567f29f69e39d57a9fa7008d708f7fd080e58 (patch)
treea33773d1860087d7ec4c766c2117e405b03be335 /options
parentb3f713717407fcb66515a7a702e81b2028800f76 (diff)
downloadgitea-a4a567f29f69e39d57a9fa7008d708f7fd080e58.tar.gz
gitea-a4a567f29f69e39d57a9fa7008d708f7fd080e58.zip
Check disabled workflow when rerun jobs (#26535)
In GitHub, we can not rerun jobs if the workflow is disabled. --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 4ba7608aaa..587a2b14bc 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -3503,6 +3503,7 @@ workflow.disable = Disable Workflow
workflow.disable_success = Workflow '%s' disabled successfully.
workflow.enable = Enable Workflow
workflow.enable_success = Workflow '%s' enabled successfully.
+workflow.disabled = Workflow is disabled.
need_approval_desc = Need approval to run workflows for fork pull request.