From 5121943d3d4201600631825e12f90f61d9700e92 Mon Sep 17 00:00:00 2001 From: Remy Gwaramadze Date: Fri, 19 Jul 2024 10:44:26 +0200 Subject: [PATCH] Do not run tests on push This is redundant. It is enough to have the tests run on pull request. Tests will keep running on PR synchronization (new commits are pushed). --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50b83e54a..93efe6b9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: 'CI' on: - push: pull_request: