Skip to content

Stop committing lock files; add weekly CI safety net #66

Stop committing lock files; add weekly CI safety net

Stop committing lock files; add weekly CI safety net #66

name: candid_type_generation
on:
schedule:
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
push:
branches:
- master
pull_request:
paths:
- rust/candid_type_generation/**
- .github/workflows/candid_type_generation.yml
- .github/workflows/_run-example.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rust-candid_type_generation:
uses: ./.github/workflows/_run-example.yml
with:
language: rust
working-directory: rust/candid_type_generation
run: |
icp network start -d
icp deploy
bash test.sh