Skip to content

Commit

Permalink
Add sync-lockfile-and-toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Nov 29, 2023
1 parent a485c63 commit eaa0583
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sync-lockfile-and-toolchain.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: sync-lockfile-and-toolchain
run-name: Sync lockfile and toolchain with Zenoh's
on:
schedule:
- cron: "0 0 * * *" # At the end of every day
workflow_dispatch:
jobs:
sync-lockfile-and-toolchain:
runs-on: ubuntu-latest
steps:
- name: Sync lockfile and toolchain
uses: ZettaScaleLabs/zenoh-sync-lockfile-and-toolchain@main

0 comments on commit eaa0583

Please sign in to comment.