Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Aug 29, 2024
1 parent e6d5d55 commit 49b77d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-release-notes-pre-land.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ concurrency:
jobs:

diff:
name: Determine PR eligibility for ${{ github.event.pull_request.number }}
runs-on: [ ubuntu-latest ]
outputs:
isReleaseNotesEligible: ${{ steps.diff.outputs.isReleaseNotesEligible }}
Expand All @@ -37,7 +38,7 @@ jobs:
id: diff

release-notes-description-check:
name: release-notes-check
name: Release Notes Check
needs: diff
if: needs.diff.outputs.isReleaseNotesEligible == 'true'
runs-on: [ ubuntu-latest ]
Expand Down

0 comments on commit 49b77d8

Please sign in to comment.