From 9d90b1ffb736c958f067bcedcfe4b32e5cb0169d Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Fri, 3 Mar 2023 15:43:05 -0600 Subject: [PATCH] Update when-path for Gitea (#1598) As title, looks like it should have been updated at the same time as the other notice. --- docs/docs/20-usage/20-pipeline-syntax.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/20-usage/20-pipeline-syntax.md b/docs/docs/20-usage/20-pipeline-syntax.md index ccf3fb98e..81266a3af 100644 --- a/docs/docs/20-usage/20-pipeline-syntax.md +++ b/docs/docs/20-usage/20-pipeline-syntax.md @@ -848,8 +848,7 @@ when: :::info Path conditions are applied only to **push** and **pull_request** events. -It is currently **only available** for GitHub, GitLab. -Gitea only supports **push** at the moment ([go-gitea/gitea#18228](https://github.com/go-gitea/gitea/pull/18228)). +It is currently **only available** for GitHub, GitLab and Gitea (version 1.18.0 and newer) ::: Execute a step only on a pipeline with certain files being changed: