Skip to content

Commit

Permalink
Undo, use specific job name
Browse files Browse the repository at this point in the history
  • Loading branch information
notlesh committed Jan 23, 2025
1 parent 61ebee1 commit cab7491
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/orchestrator_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: "Changelog Workflow (Orchestrator)"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches: [main]
paths:
- 'orchestrator/'

jobs:
# Enforces the update of a changelog file on every pull request
# skipLabel default is "Skip-Changelog"
changelog:
changelog-orchestrator:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
Expand Down

0 comments on commit cab7491

Please sign in to comment.