We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6414bca commit 0cf1ae6Copy full SHA for 0cf1ae6
.github/workflows/feature-test.yml
@@ -5,6 +5,7 @@ on:
5
schedule:
6
- cron: "35 07 * * *"
7
workflow_dispatch:
8
+ workflow_call:
9
10
jobs:
11
feature-tests:
.github/workflows/pr-test.yml
@@ -9,3 +9,5 @@ jobs:
uses: ./.github/workflows/linter.yml
tests:
uses: ./.github/workflows/tests.yml
12
+ feature-tests:
13
+ uses: ./.github/workflows/feature-test.yml
test/env/netbox.env
@@ -15,3 +15,4 @@ REDIS_PASSWORD=aC4eic9if9de4eHi@kah
15
REDIS_SSL=false
16
SECRET_KEY=yam+ie6Uhou5ciGaez7Psheihae*Nga3wohz9ietsae8Hu:chung:aeGeat9
17
WEBHOOKS_ENABLED=true
18
+SKIP_SUPERUSER=true
0 commit comments