Skip to content

Commit 0cf1ae6

Browse files
committed
Test PRs with Netbox feature branch
1 parent 6414bca commit 0cf1ae6

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/feature-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
schedule:
66
- cron: "35 07 * * *"
77
workflow_dispatch:
8+
workflow_call:
89

910
jobs:
1011
feature-tests:

.github/workflows/pr-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ jobs:
99
uses: ./.github/workflows/linter.yml
1010
tests:
1111
uses: ./.github/workflows/tests.yml
12+
feature-tests:
13+
uses: ./.github/workflows/feature-test.yml

test/env/netbox.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ REDIS_PASSWORD=aC4eic9if9de4eHi@kah
1515
REDIS_SSL=false
1616
SECRET_KEY=yam+ie6Uhou5ciGaez7Psheihae*Nga3wohz9ietsae8Hu:chung:aeGeat9
1717
WEBHOOKS_ENABLED=true
18+
SKIP_SUPERUSER=true

0 commit comments

Comments
 (0)