From 04318e4db4c704548b0417d4b12eba7c255c4de1 Mon Sep 17 00:00:00 2001 From: Matthew Binning Date: Thu, 26 Mar 2026 17:48:51 -0700 Subject: [PATCH] fix: Remove workflow file made redundant by pipeline split Cleaned up a leftover workflow file that conflicted with the new three-workflow structure after the PR merge. --- .forgejo/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 602d613..e599d3f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -2,7 +2,6 @@ name: CI on: push: - pull_request: jobs: build: