Skip to content

Commit 61132c0

Browse files
authored
chore(ci): enable schedule for svace (#1150)
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent 6557bb9 commit 61132c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev_build_svace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ env:
2525

2626
on:
2727
workflow_dispatch:
28-
# schedule:
29-
# - cron: "00 04 * * 6"
28+
schedule:
29+
- cron: "00 04 * * 6"
3030
defaults:
3131
run:
3232
shell: bash

0 commit comments

Comments
 (0)