Skip to content

Commit a00626a

Browse files
author
Alan Christie
committed
ci: Now built on a schedule
1 parent 1131361 commit a00626a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ name: build
1717
# Environment (none)
1818

1919
on:
20-
- push
20+
push:
21+
branches:
22+
- '**'
23+
tags-ignore:
24+
- '**'
25+
schedule:
26+
# Build daily at 6:02am...
27+
- cron: '2 6 * * *'
2128

2229
jobs:
2330
build:

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Informatics Matters Data Manager Job Utilities
55
:target: https://badge.fury.io/py/im-data-manager-job-utilities
66
:alt: PyPI package (latest)
77

8+
.. image:: https://github.com/InformaticsMatters/squonk2-data-manager-job-utilities/actions/workflows/build.yaml/badge.svg
9+
:target: https://github.com/InformaticsMatters/squonk2-data-manager-job-utilities/actions/workflows/build.yaml
10+
:alt: Build
11+
12+
.. image:: https://github.com/InformaticsMatters/squonk2-data-manager-job-utilities/actions/workflows/publish.yaml/badge.svg
13+
:target: https://github.com/InformaticsMatters/squonk2-data-manager-job-utilities/actions/workflows/publish.yaml
14+
:alt: Publish
15+
816
A Python 2/3 package that simplifies the generation of *events* and *cost*
917
lines written to a **Squonk2 Job** stdout stream.
1018

0 commit comments

Comments
 (0)