Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkurmi committed Apr 2, 2024
1 parent 45d77e8 commit 647f296
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-and-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
title: "Update dist files"
body: "This PR updates the dist files."
base: ${{ github.event.pull_request.base.ref || github.event.inputs.branch }}
- name: Assign PR to original author
if: steps.git-check.outputs.changed == 'true'
uses: peter-evans/assign-pull-request@v1
with:
assignees: ${{ github.event.pull_request.user.login }}
continue-on-error: true
- name: Print no change message
if: steps.git-check.outputs.changed != 'true'
run: echo "No changes in dist files. No pull request created."

0 comments on commit 647f296

Please sign in to comment.