Skip to content

Commit

Permalink
*workflows*: add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Dec 22, 2023
1 parent 6c42089 commit f294750
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/add-maintainer-custom-property.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Add Maintainer as Custom Property to Repositories
on:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:

jobs:
run:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/check-new-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
schedule:
# nightly (0th hour 0th minute of every day)
- cron: '0 0 * * *'

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
schedule:
# nightly (0th hour 0th minute of every day)
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/older-than-2y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
schedule:
# Every month, first day of the month
- cron: '0 0 1 * *'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit f294750

Please sign in to comment.