From 7aae398e3787fc2ad20576368d66dd2945f63ffe Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 1 Jul 2026 03:20:59 +0000 Subject: [PATCH] docs: Update as we now support continue-on-error in 1.27 (#452) Reviewed-on: https://gitea.com/gitea/docs/pulls/452 Reviewed-by: Lunny Xiao Co-authored-by: Nicolas --- docs/usage/actions/comparison.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/usage/actions/comparison.md b/docs/usage/actions/comparison.md index 024da652..f9d77357 100644 --- a/docs/usage/actions/comparison.md +++ b/docs/usage/actions/comparison.md @@ -26,18 +26,6 @@ Github Actions doesn't support that. https://docs.github.com/en/actions/using-wo ## Unsupported workflows syntax -### `jobs..timeout-minutes` - -See [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes). - -It's ignored by Gitea Actions now. - -### `jobs..continue-on-error` - -See [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontinue-on-error). - -It's ignored by Gitea Actions now. - ### `jobs..environment` See [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idenvironment).