aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-19 06:59:32 +0900
committerOphestra <cat@gensokyo.uk>2025-11-19 06:59:32 +0900
commitb651d95e77c8bfe5c27f2d571fab6e706ef652d2 (patch)
tree987fa938f6c2b81ffc9e26486e816c5e17ac58f0
parentaab92ce3c1c6649e1a22b00ec999a271e71ef291 (diff)
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 <cat@gensokyo.uk>
-rw-r--r--.gitea/workflows/test.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml
index 9215915a..71cb09e8 100644
--- a/.gitea/workflows/test.yml
+++ b/.gitea/workflows/test.yml
@@ -2,7 +2,6 @@ name: Test
on:
- push
- - pull_request
jobs:
hakurei: