make all workflows runnable on demand
Some checks failed
QuotesBot / deploy (push) Failing after 27s
Some checks failed
QuotesBot / deploy (push) Failing after 27s
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
name: DogFacts
|
name: DogFacts
|
||||||
|
run-name: Dog Facts Bot
|
||||||
on:
|
on:
|
||||||
# push
|
# push
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '13 */4 * * *'
|
- cron: '13 */4 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
name: QuipBot
|
name: QuipBot
|
||||||
|
run-name: Quip Bot
|
||||||
on:
|
on:
|
||||||
# push
|
# push
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '18 */8 * * *'
|
- cron: '18 */8 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
name: QuotesBot
|
name: QuotesBot
|
||||||
|
run-name: Quotes Bot
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '35 */4 * * *'
|
- cron: '35 */4 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
name: ReleaseBot
|
name: ReleaseBot
|
||||||
|
run-name: Release Bot
|
||||||
on:
|
on:
|
||||||
# push
|
# push
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '18 */2 * * *'
|
- cron: '18 */2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user