Skip to content

Commit f354449

Browse files
authored
ci: Add schedule to update-deps workflow (#292)
Issue #, if available: *Description of changes:* Schedule [update dependencies](https://github.com/runfinch/finch/blob/main/.github/workflows/update-deps.yaml) workflow which is currently triggered only by `workflow_dispatch`. This workflow will run after dependencies are built in `finch-core` by https://github.com/runfinch/finch-core/blob/main/.github/workflows/release.yaml(runs at 9 am UTC on Tuesday) at 11 am UTC on Tuesday. *Testing done:* Yes. #291 - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Vishwas Siravara <[email protected]>
1 parent 370a9ef commit f354449

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-deps.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Update dependencies
22
on:
3+
schedule:
4+
- cron: '0 11 * * 2'
35
workflow_dispatch:
46

57
permissions:

0 commit comments

Comments
 (0)