From 453511541f93a1c6069c78ca50b996dc09712717 Mon Sep 17 00:00:00 2001 From: Pouyanpi <13303554+Pouyanpi@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:05:47 +0200 Subject: [PATCH] fix(ci): prevent duplicate runs on PR updates Remove the push trigger from the PR Tests workflow to avoid duplicate runs when a pull request is updated. The workflow will now only run on pull_request events, ensuring a single execution per PR update. --- .github/workflows/pr-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 65b5f61b7..ab13c81de 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -1,8 +1,6 @@ name: PR Tests on: - push: - pull_request: # we don't ignore markdkowns to run pre-commits paths-ignore: