From 94c24168de47c75e0f1909a6b336bd2b80e9c57c Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot Date: Mon, 19 Jul 2021 16:19:20 -0500 Subject: [PATCH 1/2] test should always been run... --- .github/workflows/docker_publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index 4e6b734831..72fa869792 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -223,7 +223,6 @@ jobs: /bin/bash "CI/scripts/housekeeping.sh" test_img: - if: ${{ contains(github.event_name, 'pull_request') }} needs: [build-moab-img] runs-on: ubuntu-latest env: From a6933b431aa0c761e07a578025b5ffd848666e06 Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot Date: Mon, 19 Jul 2021 16:21:14 -0500 Subject: [PATCH 2/2] adding news --- news/PR-0761.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 news/PR-0761.rst diff --git a/news/PR-0761.rst b/news/PR-0761.rst new file mode 100644 index 0000000000..2ee9877e5e --- /dev/null +++ b/news/PR-0761.rst @@ -0,0 +1,12 @@ +**Added:** None + +**Changed:** +- test should be run on merge to ensure everything is ok before retagging + +**Deprecated:** None + +**Removed:** None + +**Fixed:** None + +**Security:** None