diff --git a/.github/workflows/upstream_testing.yml b/.github/workflows/upstream_testing.yml index 3e1759d..f8c928d 100644 --- a/.github/workflows/upstream_testing.yml +++ b/.github/workflows/upstream_testing.yml @@ -4,10 +4,11 @@ name: "Nautobot Upstream Monitor" on: # yamllint disable-line rule:truthy rule:comments schedule: - cron: "0 4 */2 * *" # every other day at midnight + workflow_dispatch: 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_DEV_EXAMPLE" - plugin_name: "nautobot-app-dev-example" + plugin_name: "nautobot-dev-example" diff --git a/changes/46.added b/changes/46.added new file mode 100644 index 0000000..4bff330 --- /dev/null +++ b/changes/46.added @@ -0,0 +1 @@ +Added ability to trigger upstream testing manually.