Skip to content

Commit

Permalink
[DCS] move PFR to DEPLOY
Browse files Browse the repository at this point in the history
Currently DCS PFR starts with CONFIGURE. It should start with DEPLOY.
  • Loading branch information
vascobarroso authored and teo committed Nov 29, 2023
1 parent 4c33695 commit 42afac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ roles:
- name: pfr
call:
func: dcs.PrepareForRun()
trigger: before_CONFIGURE
trigger: before_DEPLOY
await: after_CONFIGURE
timeout: "{{ dcs_pfr_timeout }}"
critical: true
Expand Down

0 comments on commit 42afac0

Please sign in to comment.