-
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (28 loc) · 804 Bytes
/
versionator.yml
File metadata and controls
31 lines (28 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Quasiqueue Version Updater
# Every 30 minutes check for a new version of the package.
on:
push:
branches:
- "main"
# Don't self-trigger
paths-ignore:
- "**/README.md"
- ".github/workflows/image-build.yml"
schedule:
- cron: "0,30 * * * *"
jobs:
Version-Updater:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
- name: "Update Builder"
uses: multi-py/action-python-versionator@main
with:
package: "quasiqueue"
git_name: "Robert Hafner"
git_email: "tedivm@tedivm.com"
action_path: ${{ github.workspace }}/.github/workflows/image-build.yml
update_python: false