Skip to content

Commit c2b99a8

Browse files
committed
Actions should trigger when the actions themselves change
(cherry picked from commit 83b4d38)
1 parent 4f74e66 commit c2b99a8

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

.github/workflows/healthcheck-frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7+
- ".github/workflows/healthcheck-frontend.yml"
78
- "Common/**"
89
- "Frontend/**"
910
- "Signalling/**"
1011
- "SignallingWebServer/**"
1112
- "Extras/**"
1213
pull_request:
1314
paths:
15+
- ".github/workflows/healthcheck-frontend.yml"
1416
- "Common/**"
1517
- "Frontend/**"
1618
- "Signalling/**"

.github/workflows/healthcheck-image-sfu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7+
- ".github/workflow/healthcheck-image-sfu.yml"
78
- "SFU/**"
89
pull_request:
910
paths:
11+
- ".github/workflow/healthcheck-image-sfu.yml"
1012
- "SFU/**"
1113

1214
jobs:

.github/workflows/healthcheck-image-wilbur.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7+
- ".github/workflows/healthcheck-image-wilbur.yml"
78
- "SignallingWebServer/**"
89
pull_request:
910
paths:
11+
- ".github/workflows/healthcheck-image-wilbur.yml"
1012
- "SignallingWebServer/**"
1113

1214
jobs:

.github/workflows/healthcheck-libraries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7+
- ".github/workflows/healthcheck-libraries.yml"
78
- "Common/**"
89
- "Signalling/**"
910
- "SignallingWebServer/**"
@@ -12,6 +13,7 @@ on:
1213
- "Frontend/implementations/typescript/**"
1314
pull_request:
1415
paths:
16+
- ".github/workflows/healthcheck-libraries.yml"
1517
- "Common/**"
1618
- "Signalling/**"
1719
- "SignallingWebServer/**"

.github/workflows/healthcheck-platform-scripts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7+
- ".github/workflows/healthcheck-platform-scripts.yml"
78
- "SignallingWebServer/**"
89
pull_request:
910
paths:
11+
- ".github/workflows/healthcheck-platform-scripts.yml"
1012
- "SignallingWebServer/**"
1113

1214
jobs:

.github/workflows/healthcheck-signalling-protocol.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7+
- ".github/workflows/healthcheck-signalling-protocol.yml"
78
- "Common/**"
89
- "Signalling/**"
910
- "SignallingWebServer/**"
1011
- "Extras/SS_Test/**"
1112
pull_request:
1213
paths:
14+
- ".github/workflows/healthcheck-signalling-protocol.yml"
1315
- "Common/**"
1416
- "Signalling/**"
1517
- "SignallingWebServer/**"

.github/workflows/healthcheck-streaming.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7+
- ".github/workflows/healthcheck-streaming.yml"
78
- "Common/**"
89
- "Frontend/**"
910
- "Signalling/**"
1011
- "SignallingWebServer/**"
1112
- "Extras/**"
1213
pull_request:
1314
paths:
15+
- ".github/workflows/healthcheck-streaming.yml"
1416
- "Common/**"
1517
- "Frontend/**"
1618
- "Signalling/**"

0 commit comments

Comments
 (0)