From 30f951d41e11c24b0dd668ab9954f7d93e1db205 Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:20:11 -0700 Subject: [PATCH 1/2] disabled upstream testing --- .github/workflows/upstream_testing.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/upstream_testing.yml diff --git a/.github/workflows/upstream_testing.yml b/.github/workflows/upstream_testing.yml deleted file mode 100644 index 679bb37..0000000 --- a/.github/workflows/upstream_testing.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: "Nautobot Upstream Monitor" - -on: # yamllint disable-line rule:truthy rule:comments - schedule: - - cron: "0 4 */2 * *" # every other day at midnight - -jobs: - upstream-test: - uses: "nautobot/nautobot/.github/workflows/plugin_upstream_testing_base.yml@develop" - with: # Below could potentially be collapsed into a single argument if a concrete relationship between both is enforced - invoke_context_name: "NAUTOBOT_VERSION_CONTROL" - plugin_name: "nautobot-app-version-control" From 65a723359a0a72d57692ff1c6cd0c56314ab96ba Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:21:06 -0700 Subject: [PATCH 2/2] changelog --- changes/215.housekeeping | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/215.housekeeping diff --git a/changes/215.housekeeping b/changes/215.housekeeping new file mode 100644 index 0000000..f6355ed --- /dev/null +++ b/changes/215.housekeeping @@ -0,0 +1 @@ +Removed upstream testing github actions workflow.