Skip to content

Commit

Permalink
Fix the event type from edit to edited in pull request check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 17, 2023
1 parent 0c7786a commit d1895c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- reopened
- labeled
- unlabeled
- edit
- edited
- synchronize

jobs:
Expand Down

0 comments on commit d1895c2

Please sign in to comment.