From 431b5a091e3853a1ef5360a669c83d491e715173 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Tue, 5 Jul 2022 10:32:33 +0800 Subject: [PATCH] remove test trigger --- .github/workflows/long_running.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/long_running.yml b/.github/workflows/long_running.yml index 17fc753df..c0de14921 100644 --- a/.github/workflows/long_running.yml +++ b/.github/workflows/long_running.yml @@ -3,8 +3,6 @@ name: Long running tests on: push: branches: [ main ] - pull_request: - branches: [ main ] env: CARGO_TERM_COLOR: always