remove run-name - gitea ignores it anyway
This commit is contained in:
@ -1,7 +1,5 @@
|
|||||||
name: DogFacts
|
name: DogFacts
|
||||||
run-name: Dog Facts Bot
|
|
||||||
on:
|
on:
|
||||||
# push
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '13 */4 * * *'
|
- cron: '13 */4 * * *'
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
name: QuipBot
|
name: QuipBot
|
||||||
run-name: Quip Bot
|
|
||||||
on:
|
on:
|
||||||
# push
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '18 */8 * * *'
|
- cron: '18 */8 * * *'
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: QuotesBot
|
name: QuotesBot
|
||||||
run-name: Quotes Bot
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
name: ReleaseBot
|
name: ReleaseBot
|
||||||
run-name: Release Bot
|
|
||||||
on:
|
on:
|
||||||
# push
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
- main
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '18 */2 * * *'
|
- cron: '18 */2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user