Skip to content

Commit

Permalink
update changelog when its PR
Browse files Browse the repository at this point in the history
Signed-off-by: Himani1519 <[email protected]>
  • Loading branch information
Himani1519 committed Sep 8, 2023
1 parent 5859b8c commit 20e92e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

update-changelog:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
outputs:
was_updated: ${{ steps.check-change.outputs.change_detected }}
Expand Down Expand Up @@ -120,6 +121,7 @@ jobs:
fi
check_changelog:
if: github.event_name == 'pull_request'
needs: update-changelog
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 20e92e1

Please sign in to comment.