From b9409276736f25cf625789b43d914bddcd9a69e2 Mon Sep 17 00:00:00 2001 From: Sam Rabin Date: Tue, 20 May 2025 14:09:58 -0600 Subject: [PATCH 1/3] Skip docs.yml workflow if only irrelevant files are changed. --- .github/workflows/docs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8cc1b7c7c2..cf7d6400a0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,10 +5,16 @@ on: push: paths: - 'doc/**' + - '!doc/*ChangeLog*' + - '!doc/*ChangeSum*' + - '!doc/UpdateChangelog.pl' pull_request: paths: - 'doc/**' + - '!doc/*ChangeLog*' + - '!doc/*ChangeSum*' + - '!doc/UpdateChangelog.pl' workflow_dispatch: From 1daa3b54f8d0d031d097d8bda706e70c4a3bf113 Mon Sep 17 00:00:00 2001 From: Sam Rabin Date: Tue, 20 May 2025 14:16:20 -0600 Subject: [PATCH 2/3] ChangeLog edit to test that docs.yml doesn't get run. --- doc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index e594c688a0..f13f2cd3f0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -4,7 +4,7 @@ Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310) Date: Fri 09 May 2025 12:28:17 PM MDT One-line Summary: Merge b4b-dev -Purpose and description of changes +Purpose and description of changes ---------------------------------- Updates to the b4b-dev branch since its last merge to master (PRs #3091 #3092), as shown by git log: From 6bdace0bc8e8b6ef51b2ede5251d99b05700351e Mon Sep 17 00:00:00 2001 From: Sam Rabin Date: Tue, 20 May 2025 14:17:55 -0600 Subject: [PATCH 3/3] Revert "ChangeLog edit to test that docs.yml doesn't get run." This reverts commit 1daa3b54f8d0d031d097d8bda706e70c4a3bf113. --- doc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index f13f2cd3f0..e594c688a0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -4,7 +4,7 @@ Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310) Date: Fri 09 May 2025 12:28:17 PM MDT One-line Summary: Merge b4b-dev -Purpose and description of changes +Purpose and description of changes ---------------------------------- Updates to the b4b-dev branch since its last merge to master (PRs #3091 #3092), as shown by git log: