From a81371e1d0f50de657fd7433be86afcbbc7dad20 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 28 Aug 2026 10:41:35 +0200 Subject: [PATCH 1/3] test sync --- slsDetectorSoftware/src/Detector.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slsDetectorSoftware/src/Detector.cpp b/slsDetectorSoftware/src/Detector.cpp index 0e08ce5be..e61a15bf1 100644 --- a/slsDetectorSoftware/src/Detector.cpp +++ b/slsDetectorSoftware/src/Detector.cpp @@ -21,6 +21,8 @@ #include #include +// test with ctb as well + namespace sls { void freeSharedMemory(const int detectorIndex, const int moduleIndex) { From c94fa258984301bc3b5b5b1ccb130cef03175774 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 28 Aug 2026 10:42:24 +0200 Subject: [PATCH 2/3] removed commit --- slsDetectorSoftware/src/Detector.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/slsDetectorSoftware/src/Detector.cpp b/slsDetectorSoftware/src/Detector.cpp index e61a15bf1..0e08ce5be 100644 --- a/slsDetectorSoftware/src/Detector.cpp +++ b/slsDetectorSoftware/src/Detector.cpp @@ -21,8 +21,6 @@ #include #include -// test with ctb as well - namespace sls { void freeSharedMemory(const int detectorIndex, const int moduleIndex) { From 352627f9a4a823f02267d9523f7edba1b0a9c3d7 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 28 Aug 2026 10:45:59 +0200 Subject: [PATCH 3/3] trigger is just for code sync --- .github/workflows/pr_synchronize_trigger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_synchronize_trigger.yaml b/.github/workflows/pr_synchronize_trigger.yaml index 0861e72aa..53b9f4308 100644 --- a/.github/workflows/pr_synchronize_trigger.yaml +++ b/.github/workflows/pr_synchronize_trigger.yaml @@ -3,7 +3,7 @@ # If PR Validation has not completed or was unsuccessful, this workflow fails. # If PR Validation succeeded, it calls the detector label workflow. -name: PR Detector Labels Synchronize Trigger +name: PR Synchronize Trigger on: pull_request: