From b7c65d80da30d73caeea784961e3f92ab551e2e4 Mon Sep 17 00:00:00 2001 From: Paul Madden <136389411+maddenp-noaa@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:13:31 +0000 Subject: [PATCH] UW-493 (#404) --- .github/scripts/tag-check.sh | 9 --------- .github/scripts/tag-create.sh | 7 ------- .github/workflows/release.yaml | 16 ++++++---------- .github/workflows/test.yaml | 17 +++++++---------- README.md | 2 +- .../contributor_guide/documentation.rst | 4 ++-- .../contributor_guide/fork_pr_model.rst | 2 +- 7 files changed, 17 insertions(+), 40 deletions(-) delete mode 100755 .github/scripts/tag-check.sh delete mode 100755 .github/scripts/tag-create.sh diff --git a/.github/scripts/tag-check.sh b/.github/scripts/tag-check.sh deleted file mode 100755 index b79986395..000000000 --- a/.github/scripts/tag-check.sh +++ /dev/null @@ -1,9 +0,0 @@ -# Actions invokes script with: bash -e