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 923d500 commit 2412aea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sync-lockfile-and-toolchain.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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
with:
toolchain-path: rust-toolchain

0 comments on commit 2412aea

Please sign in to comment.