Skip to content

Commit 9c103f4

Browse files
committed
test breaking common change
1 parent 5603a67 commit 9c103f4

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/publish-dev-package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Publish Dev Package
22

33
on:
44
push:
5-
workflow_run:
6-
workflows: ["Build and Test"]
7-
types:
8-
- completed
95
branches:
106
- "lfalslev/bed-7878"
117
# - "v4"

src/CommonLib/Processors/ACLProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static ACLProcessor() {
4242
};
4343
}
4444

45-
public ACLProcessor(ILdapUtils utils, ILogger log = null)
45+
public ACLProcessor(ILdapUtils utils, string BREAKING_COMMON_CHANGE_TEST, ILogger log = null)
4646
{
4747
_utils = utils;
4848
_log = log ?? Logging.LogProvider.CreateLogger("ACLProc");

0 commit comments

Comments
 (0)