File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,14 @@ name: build
1717# Environment (none)
1818
1919on :
20- - push
20+ push :
21+ branches :
22+ - ' **'
23+ tags-ignore :
24+ - ' **'
25+ schedule :
26+ # Build daily at 6:02am...
27+ - cron : ' 2 6 * * *'
2128
2229jobs :
2330 build :
Original file line number Diff line number Diff 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+
816A Python 2/3 package that simplifies the generation of *events * and *cost *
917lines written to a **Squonk2 Job ** stdout stream.
1018
You can’t perform that action at this time.
0 commit comments