Skip to content

Commit ff3ee73

Browse files
committed
ci: Fix sleep duration
Silly me, it's seconds by default. Turn into 45 minutes. Fixes: c82495e ("ci: Fix commit message for update-dp workflow, add delay") Signed-off-by: Quentin Monnet <qmo@qmon.net>
1 parent c82495e commit ff3ee73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: "Give time for new packages to be published"
4949
run: |
50-
sleep 45
50+
sleep 45m
5151
5252
- name: "Generate GitHub App token for the dataplane repository"
5353
id: "app-token"

0 commit comments

Comments
 (0)