From dc27522e3579dc343cb157a353900fe4bb9cd3b5 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Mon, 16 Sep 2024 10:21:10 -0600 Subject: [PATCH] Update build_docker_and_trigger_metplus.yml The docs directory was moved up to the top-level of the repository but this workflow was not updated. Changing the ignore setting so that doc-only updates do not trigger the full METplus testing workflow. --- .github/workflows/build_docker_and_trigger_metplus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_and_trigger_metplus.yml b/.github/workflows/build_docker_and_trigger_metplus.yml index 7d7dcce29c..7d1ab738d8 100644 --- a/.github/workflows/build_docker_and_trigger_metplus.yml +++ b/.github/workflows/build_docker_and_trigger_metplus.yml @@ -5,7 +5,7 @@ on: branches: - develop paths-ignore: - - 'met/docs/**' + - 'docs/**' workflow_dispatch: