Skip to content

Commit

Permalink
ci: manual trigger github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 27, 2022
1 parent 9d9c791 commit a624121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue_close_inactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Close inactive
on:
schedule:
- cron: "0 0 */7 * *"

workflow_dispatch:

jobs:
close-inactive:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/issue_close_question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Close need info
on:
schedule:
- cron: "0 0 */7 * *"
workflow_dispatch:

jobs:
close-need-info:
Expand Down

0 comments on commit a624121

Please sign in to comment.