Skip to content

Commit

Permalink
Stop PR builder running when PR is edited (#242)
Browse files Browse the repository at this point in the history
The PR builder runs whenever the text of a PR is edited, which is
inefficient and not consistent with how other projects are configured.
  • Loading branch information
JackPGreen authored Nov 11, 2024
1 parent 738e4bd commit 6f66245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
tags:
- 'v*'
pull_request:
types: [ opened, synchronize, edited ]
workflow_dispatch:
inputs:
HZ_VERSION:
Expand Down

0 comments on commit 6f66245

Please sign in to comment.