Fix: restore expected pre-2.16 scheduled workflow offset behavior (#10218)

This commit is contained in:
shamoon 2025-06-19 07:47:54 -07:00 committed by GitHub
parent 07882b918b
commit 3b069ac034
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 72 additions and 26 deletions

View file

@ -129,7 +129,7 @@
formControlName="schedule_offset_days"
[showAdd]="false"
[error]="error?.schedule_offset_days"
hint="Positive values will trigger the workflow before the date, negative values after."
hint="Positive values will trigger after the date, negative values before."
i18n-hint
></pngx-input-number>
</div>