Merge pull request #1306 from paulfantom/fix-auto
.github: allow dispatching version updates manually and run on predefined schedule
This commit is contained in:
7
.github/workflows/versions.yaml
vendored
7
.github/workflows/versions.yaml
vendored
@@ -1,14 +1,15 @@
|
|||||||
name: Upgrade to latest versions
|
name: Upgrade to latest versions
|
||||||
|
|
||||||
on: workflow_dispatch
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '37 7 * * 1'
|
||||||
jobs:
|
jobs:
|
||||||
versions:
|
versions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch:
|
branch:
|
||||||
- 'release-0.5'
|
|
||||||
- 'release-0.6'
|
|
||||||
- 'release-0.7'
|
- 'release-0.7'
|
||||||
- 'release-0.8'
|
- 'release-0.8'
|
||||||
- 'main'
|
- 'main'
|
||||||
|
|||||||
Reference in New Issue
Block a user