Skip to content

Commit

Permalink
[ci] fix triggering repo paths in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Jun 28, 2024
1 parent 67ee541 commit 8c65ae8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.image.service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
workflow_call:
push:
paths:
- .github/workflows/build_test.image.service.yaml
- .github/workflows/config.yaml
- .github/workflows/build_test.image.yaml
- plugins/image/service
- plugins/image/service/**

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_test.nga-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
workflow_call:
push:
paths:
- plugins/nga-msi/**
- .github/workflows/build_test.service.yaml
- .github/workflows/build_test.nga-msi.yaml
- .github/workflows/config.yaml
- plugins/nga-msi/**

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test.service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
workflow_call:
push:
paths:
- .github/workflows/config.yaml
- .github/workflows/build_test.service.yaml
- .github/workflows/config.yaml
- service/**

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test.web-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
workflow_call:
push:
paths:
- web-app/**
- .github/workflows/build_test.web-app.yaml
- .github/workflows/config.yaml
- web-app/**

jobs:
config:
Expand Down

0 comments on commit 8c65ae8

Please sign in to comment.