From 77f1c92c7b9acb230e118bf9f7144582fa2643c3 Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar Date: Fri, 13 Mar 2026 11:20:39 +0100 Subject: [PATCH] ci: skip check stage on main push since PRs enforce it Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d4b88bf..bfb37d9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: # --------------------------------------------------------------------------- check: name: Check + if: github.event_name == 'pull_request' runs-on: docker container: image: rust:1.94-bookworm @@ -87,7 +88,6 @@ jobs: name: Detect Changes runs-on: docker if: github.ref == 'refs/heads/main' - needs: [check] container: image: alpine:latest outputs: