Skip to content

Commit

Permalink
Merge pull request #98 from zowe/feature/trigger-changelog-if-PR
Browse files Browse the repository at this point in the history
update changelog when its PR
  • Loading branch information
DivergentEuropeans authored Sep 19, 2023
2 parents 5859b8c + 20e92e1 commit eb9656f
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 eb9656f

Please sign in to comment.