Skip to content

Commit e37630b

Browse files
committed
Merge branch 'master' into convert-norgesfilm-urls
2 parents 6ee3d8b + e3e8fac commit e37630b

File tree

666 files changed

+38711
-34594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

666 files changed

+38711
-34594
lines changed

.github/workflows/article-api_ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
- validation/**
1515
- search/**
1616
- database/**
17+
- tapirtesting/**
18+
- scalatestsuite/**
19+
- modules/**
20+
- build.mill
1721
pull_request:
1822
paths:
1923
- article-api/**
@@ -24,6 +28,10 @@ on:
2428
- validation/**
2529
- search/**
2630
- database/**
31+
- tapirtesting/**
32+
- scalatestsuite/**
33+
- modules/**
34+
- build.mill
2735
jobs:
2836
unit_tests:
2937
uses: ./.github/workflows/ci.yaml

.github/workflows/article-api_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
- validation/**
1717
- search/**
1818
- database/**
19+
- tapirtesting/**
20+
- scalatestsuite/**
21+
- modules/**
22+
- build.mill
1923
jobs:
2024
release:
2125
uses: ndlano/reusable-workflows/.github/workflows/release.yaml@main

.github/workflows/audio-api_ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- language/**
1414
- search/**
1515
- database/**
16+
- tapirtesting/**
17+
- scalatestsuite/**
18+
- modules/**
19+
- build.mill
1620
pull_request:
1721
paths:
1822
- audio-api/**
@@ -22,6 +26,10 @@ on:
2226
- language/**
2327
- search/**
2428
- database/**
29+
- tapirtesting/**
30+
- scalatestsuite/**
31+
- modules/**
32+
- build.mill
2533
jobs:
2634
unit_tests:
2735
uses: ./.github/workflows/ci.yaml

.github/workflows/audio-api_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- language/**
1616
- search/**
1717
- database/**
18+
- tapirtesting/**
19+
- scalatestsuite/**
20+
- modules/**
21+
- build.mill
1822
jobs:
1923
release:
2024
uses: ndlano/reusable-workflows/.github/workflows/release.yaml@main

.github/workflows/common_ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ on:
88
paths:
99
- common/**
1010
- language/**
11+
- testbase/**
12+
- modules/**
13+
- build.mill
1114
pull_request:
1215
paths:
1316
- common/**
1417
- language/**
18+
- testbase/**
19+
- modules/**
20+
- build.mill
1521
jobs:
1622
unit_tests:
1723
uses: ./.github/workflows/ci.yaml

.github/workflows/concept-api_ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
- search/**
1515
- database/**
1616
- validation/**
17+
- tapirtesting/**
18+
- scalatestsuite/**
19+
- modules/**
20+
- build.mill
1721
pull_request:
1822
paths:
1923
- concept-api/**
@@ -24,6 +28,10 @@ on:
2428
- search/**
2529
- database/**
2630
- validation/**
31+
- tapirtesting/**
32+
- scalatestsuite/**
33+
- modules/**
34+
- build.mill
2735
jobs:
2836
unit_tests:
2937
uses: ./.github/workflows/ci.yaml

.github/workflows/concept-api_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
- search/**
1717
- database/**
1818
- validation/**
19+
- tapirtesting/**
20+
- scalatestsuite/**
21+
- modules/**
22+
- build.mill
1923
jobs:
2024
release:
2125
uses: ndlano/reusable-workflows/.github/workflows/release.yaml@main

.github/workflows/database_ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ on:
99
- database/**
1010
- common/**
1111
- network/**
12+
- modules/**
13+
- build.mill
1214
pull_request:
1315
paths:
1416
- database/**
1517
- common/**
1618
- network/**
19+
- modules/**
20+
- build.mill
1721
jobs:
1822
unit_tests:
1923
uses: ./.github/workflows/ci.yaml

.github/workflows/draft-api_ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
- validation/**
1515
- search/**
1616
- database/**
17+
- tapirtesting/**
18+
- scalatestsuite/**
19+
- modules/**
20+
- build.mill
1721
pull_request:
1822
paths:
1923
- draft-api/**
@@ -24,6 +28,10 @@ on:
2428
- validation/**
2529
- search/**
2630
- database/**
31+
- tapirtesting/**
32+
- scalatestsuite/**
33+
- modules/**
34+
- build.mill
2735
jobs:
2836
unit_tests:
2937
uses: ./.github/workflows/ci.yaml

.github/workflows/draft-api_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
- validation/**
1717
- search/**
1818
- database/**
19+
- tapirtesting/**
20+
- scalatestsuite/**
21+
- modules/**
22+
- build.mill
1923
jobs:
2024
release:
2125
uses: ndlano/reusable-workflows/.github/workflows/release.yaml@main

0 commit comments

Comments
 (0)