From 79e72304bccc044e3903ab10f6d59b29ff780df3 Mon Sep 17 00:00:00 2001 From: Kerdonov Date: Mon, 22 Dec 2025 21:52:04 +0200 Subject: [PATCH] remove cargo-test workflow on pull request --- .gitea/workflows/cargo-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/cargo-test.yml b/.gitea/workflows/cargo-test.yml index 8e3fbe8..82fd35b 100644 --- a/.gitea/workflows/cargo-test.yml +++ b/.gitea/workflows/cargo-test.yml @@ -3,8 +3,6 @@ name: Test the running changes on: push: branches: [ "dev" ] - pull_request: - branches: [ "master" ] env: CARGO_TERM_COLOR: always