Skip to content

Commit d99326a

Browse files
authored
GH Action fixes (#94)
* remove reviewers * weekly cron * trigger ci on code changes only --------- Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 7090704 commit d99326a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/ci-changelog.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Update Changelog
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * 0'
57

68
jobs:
79
updateChangeLog:
@@ -38,4 +40,3 @@ jobs:
3840
labels: |
3941
docs
4042
assignees: luarss
41-
reviewers: luarss

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ on:
55
push:
66
branches:
77
- master
8+
paths:
9+
- 'backend/**'
10+
- 'frontend/**'
11+
- 'evaluation/**'
12+
- 'Makefile'
13+
- 'docker-compose.yml'
814
pull_request:
15+
paths:
16+
- 'backend/**'
17+
- 'frontend/**'
18+
- 'evaluation/**'
19+
- 'Makefile'
20+
- 'docker-compose.yml'
921

1022
jobs:
1123
build-backend-docker:

0 commit comments

Comments
 (0)