summaryrefslogtreecommitdiff
path: root/.github/workflows/plugins.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/plugins.yml')
-rw-r--r--.github/workflows/plugins.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml
index 56d2a9cc..8f29b0e9 100644
--- a/.github/workflows/plugins.yml
+++ b/.github/workflows/plugins.yml
@@ -13,13 +13,17 @@ on:
- warning
- debug
schedule:
- - cron: "30 18 * * 1,5"
+ # note: this will keep updating the existing branch
+ - cron: "*/15 10-14 * * 0,6"
+ - cron: "0 14 * * 1-5"
jobs:
plugins-version-bump:
runs-on: ubuntu-latest
+ continue-on-error: true
permissions:
contents: write
+ pull-requests: write
steps:
- uses: actions/checkout@v2
with: