Skip to content

Commit

Permalink
trying to call the GitHub action a diffrent way
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Nov 21, 2023
1 parent 2f82d48 commit 4ce6f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate Manpages

on:
workflow_run:
workflows: ["Checkout code"]
workflows: ["Trigger Manpage Generation"]
types:
- completed

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
https://api.github.com/repos/${{ github.repository }}/dispatches \
--data '{"event_type": "trigger-manpage-generation"}'
- name: Build RPM package for EL7
id: rpm_build_el7
uses: oamg/rpmbuild@el7
Expand Down

0 comments on commit 4ce6f42

Please sign in to comment.