Skip to content

Commit

Permalink
fix: don’t build anew if a PR was simply edited
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger committed Oct 4, 2022
1 parent f41b0e6 commit e1fdcb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:

build:
needs: conventional-commits
if: ${{ github.event.action !== 'edited' }}
uses: ./.github/workflows/build.yaml
permissions:
contents: read
Expand Down

0 comments on commit e1fdcb7

Please sign in to comment.