From 8b86ade8f2195a4861d1ff91e52e56a5efbf1b5b 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: