Skip to content

Commit

Permalink
Allow manually triggering some workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt authored and BuonHobo committed Sep 30, 2024
1 parent 9ee1da9 commit b702ae0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/external-data-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
schedule:
- cron: '0 * * * *'

workflow_dispatch:

jobs:
flathub-data-checker-global:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
issue_comment:
types:
- created
workflow_dispatch:

jobs:
merge:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
schedule:
- cron: "0 0 * * *"

workflow_dispatch:

jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b702ae0

Please sign in to comment.