Skip to content

Commit 4dff700

Browse files
committed
remove testplugin call in trigger calls
This has been around since 2022, but it does nothing and was probably a placeholder for some real trigger call which never materialized.
1 parent 28d27a1 commit 4dff700

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

workflows/readout-dataflow.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,12 +1968,6 @@ roles:
19681968
trigger: before_START_ACTIVITY+10
19691969
timeout: "{{ trg_load_timeout }}"
19701970
critical: true
1971-
- name: pre-start
1972-
call:
1973-
func: testplugin.Noop()
1974-
trigger: after_START_ACTIVITY-200
1975-
timeout: "{{ trg_pre_start_timeout }}"
1976-
critical: false
19771971
- name: start
19781972
call:
19791973
func: trg.RunStart()

0 commit comments

Comments
 (0)