Nautobot Upstream Monitor #243
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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_PLUGIN_NORNIR" | |
plugin_name: "nautobot-plugin-nornir" |