From fa572df8c594b3ef0896cd19271e8aa6321afe6d Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 27 Nov 2024 21:18:44 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20github:=20prevent=20duplicated?= =?UTF-8?q?=20runs=20for=20pull=20requests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 01dce67c..d114b30c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,6 @@ name: test on: push: - pull_request: workflow_dispatch: jobs: test: