From b651d95e77c8bfe5c27f2d571fab6e706ef652d2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 19 Nov 2025 06:59:32 +0900 Subject: [PATCH] workflows: do not duplicate on pulls This condition causes two runs to be created on a pull, as gitea does not check whether a run has already been created for the current commit. Signed-off-by: Ophestra --- .gitea/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 9215915..71cb09e 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -2,7 +2,6 @@ name: Test on: - push - - pull_request jobs: hakurei: