From 8c65ae8d4affcf571368267e561c79df8b3c897d Mon Sep 17 00:00:00 2001 From: "Robert St. John" Date: Fri, 28 Jun 2024 16:12:32 -0600 Subject: [PATCH] [ci] fix triggering repo paths in workflows --- .github/workflows/build_test.image.service.yaml | 4 ++-- .github/workflows/build_test.nga-msi.yaml | 4 ++-- .github/workflows/build_test.service.yaml | 2 +- .github/workflows/build_test.web-app.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_test.image.service.yaml b/.github/workflows/build_test.image.service.yaml index 04ee18b4c..13895a7de 100644 --- a/.github/workflows/build_test.image.service.yaml +++ b/.github/workflows/build_test.image.service.yaml @@ -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: diff --git a/.github/workflows/build_test.nga-msi.yaml b/.github/workflows/build_test.nga-msi.yaml index 68b0f4e8e..62b8fbd1c 100644 --- a/.github/workflows/build_test.nga-msi.yaml +++ b/.github/workflows/build_test.nga-msi.yaml @@ -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: diff --git a/.github/workflows/build_test.service.yaml b/.github/workflows/build_test.service.yaml index a0da1e4d7..921d6545e 100644 --- a/.github/workflows/build_test.service.yaml +++ b/.github/workflows/build_test.service.yaml @@ -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: diff --git a/.github/workflows/build_test.web-app.yaml b/.github/workflows/build_test.web-app.yaml index c50879bc7..bc261396b 100644 --- a/.github/workflows/build_test.web-app.yaml +++ b/.github/workflows/build_test.web-app.yaml @@ -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: