Skip to content

Commit

Permalink
Reverting back to how the github action should be
Browse files Browse the repository at this point in the history
* reverting to how the action should be set up so that it can be ran
  • Loading branch information
Andrew-ang9 committed Nov 27, 2023
1 parent 29c2618 commit e086825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/generate_manpage.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Generate Manpages

on:
workflow_run:
workflows: ["Trigger Manpage Generation"]
types:
- completed
pull_request:
branches:
- main

jobs:
generate-manpages:
Expand Down
3 changes: 1 addition & 2 deletions convert2rhel/toolopts.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ def _register_commands(self):
help="Run all Convert2RHEL initial checks up until the"
" Point of no Return (PONR) and generate a report with the findings."
" A rollback is initiated after the checks to put the system back"
" in the original state."
"Test something",
" in the original state.",
parents=[self._shared_options_parser],
usage=self.usage(subcommand_to_print="analyze"),
)
Expand Down

0 comments on commit e086825

Please sign in to comment.