Skip to content

Commit 6c2cd76

Browse files
authored
Merge branch 'Azure:dev' into leonardhd/entity-id-equality
2 parents 3ec51d3 + 57c4a22 commit 6c2cd76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/ci/official-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ schedules:
2020
branches:
2121
include:
2222
- main
23+
- dev
2324
always: true
2425

2526
resources:

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
TASK_HUB_NAME = "DurableFunctionsHub"
1111
BASE_URL = "http://localhost:7071/runtime/webhooks/durabletask"
12-
AUTH_CODE = "iDFeaQCSAIuXoodl6/w3rdvHZ6Nl7yJwRrHfeInNWDJjuiunhxk8dQ=="
12+
AUTH_CODE = "NOT-REAL-AUTH"
1313

1414

1515
def get_binding_string():

0 commit comments

Comments
 (0)