Skip to content

Commit

Permalink
docs: clarify that segment_length can be float
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkree committed Aug 9, 2021
1 parent acba48a commit 8a24701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ooi_processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
description: 'end_time formatted as Y-m-dTH-M-S'
required: false
segment_length:
description: 'Segment length in minutes'
description: 'Segment length in minutes (float)'
required: false
default: 5
default: 5.0
# Run workflow at 12:00 UTC every day
schedule:
- cron: '0 12 * * *'
Expand Down

0 comments on commit 8a24701

Please sign in to comment.