From 6f66245dd087e503bf735ef1c988aeaf9c51c703 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Mon, 11 Nov 2024 09:56:21 +0000 Subject: [PATCH] Stop PR builder running when PR is edited (#242) The PR builder runs whenever the text of a PR is edited, which is inefficient and not consistent with how other projects are configured. --- .github/workflows/publish-packages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 6bb0d41a..d4a8e65a 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -7,7 +7,6 @@ on: tags: - 'v*' pull_request: - types: [ opened, synchronize, edited ] workflow_dispatch: inputs: HZ_VERSION: