Reduce number of PR review GH Actions runs

This commit is contained in:
Eric Cornelisesn 2020-07-14 21:09:04 +03:00
parent 995f2c94de
commit 8b3b7a09aa

View File

@ -1,6 +1,7 @@
name: "Automated releases" name: "Automated releases"
on: on:
pull_request_review: pull_request_review:
types: [submitted]
schedule: schedule:
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week) # "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
- cron: "0 0 * * 0" - cron: "0 0 * * 0"