Skip to content

Commit

Permalink
Add manual trigger for upstream testing workflow (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 authored Sep 17, 2024
1 parent 6b64759 commit 4f7d59e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upstream_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions changes/46.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added ability to trigger upstream testing manually.

0 comments on commit 4f7d59e

Please sign in to comment.