Skip to content

Commit

Permalink
ci: Add schedule to update-deps workflow (#292)
Browse files Browse the repository at this point in the history
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 <siravara@amazon.com>
  • Loading branch information
vsiravar authored Mar 14, 2023
1 parent 370a9ef commit f354449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-deps.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Update dependencies
on:
schedule:
- cron: '0 11 * * 2'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit f354449

Please sign in to comment.