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 999b087 commit d8093f7Copy full SHA for d8093f7
.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
@@ -14,4 +14,5 @@ REDIS_INSECURE_SKIP_TLS_VERIFY=false
14
REDIS_PASSWORD=aC4eic9if9de4eHi@kah
15
REDIS_SSL=false
16
SECRET_KEY=yam+ie6Uhou5ciGaez7Psheihae*Nga3wohz9ietsae8Hu:chung:aeGeat9
17
+SKIP_SUPERUSER=true
18
WEBHOOKS_ENABLED=true
0 commit comments