We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8fc88 commit c2ef6ffCopy full SHA for c2ef6ff
1 file changed
.github/workflows/deploy.yml
@@ -6,7 +6,10 @@ on:
6
- main
7
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
8
schedule:
9
- - cron: '30 0-23 * * *'
+ - cron: '0 20 * * *'
10
+ # https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows#discussion
11
+ discussion:
12
+ types: [created, edited, answered, deleted, transferred]
13
14
jobs:
15
deploy:
0 commit comments