Skip to content

Commit 9043683

Browse files
susnuxAndyScherzinger
authored andcommitted
ci: fix changes detection for legacy frontend
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 3258a91 commit 9043683

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/node-test-handlebars.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ name: Node handlebars tests
1010

1111
on:
1212
pull_request:
13-
schedule:
14-
- cron: "5 2 * * *"
1513

1614
permissions:
1715
contents: read
@@ -44,7 +42,7 @@ jobs:
4442
- 'apps/*/appinfo/info.xml'
4543
- 'core/src/**'
4644
- 'package.json'
47-
- 'package-lock.json'
45+
- '**/package-lock.json'
4846
- 'tsconfig.json'
4947
- '**.js'
5048
- '**.ts'

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- 'apps/*/appinfo/info.xml'
4545
- 'core/src/**'
4646
- 'package.json'
47-
- 'package-lock.json'
47+
- '**/package-lock.json'
4848
- 'tsconfig.json'
4949
- '**.js'
5050
- '**.ts'

.github/workflows/node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
- '.github/workflows/**'
3838
- '**/src/**'
3939
- '**/appinfo/info.xml'
40+
- 'core/css/*'
41+
- 'core/img/**'
4042
- 'package.json'
41-
- 'package-lock.json'
43+
- '**/package-lock.json'
4244
- 'tsconfig.json'
4345
- '**.js'
4446
- '**.ts'
4547
- '**.vue'
46-
- 'core/css/*'
47-
- 'core/img/**'
4848
- 'version.php'
4949
5050
build:

0 commit comments

Comments
 (0)