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.
2 parents 3ec51d3 + 57c4a22 commit 6c2cd76Copy full SHA for 6c2cd76
eng/ci/official-build.yml
@@ -20,6 +20,7 @@ schedules:
20
branches:
21
include:
22
- main
23
+ - dev
24
always: true
25
26
resources:
tests/conftest.py
@@ -9,7 +9,7 @@
9
10
TASK_HUB_NAME = "DurableFunctionsHub"
11
BASE_URL = "http://localhost:7071/runtime/webhooks/durabletask"
12
-AUTH_CODE = "iDFeaQCSAIuXoodl6/w3rdvHZ6Nl7yJwRrHfeInNWDJjuiunhxk8dQ=="
+AUTH_CODE = "NOT-REAL-AUTH"
13
14
15
def get_binding_string():
0 commit comments