Pull in updated Propolis with new VM timeseries, and expunge the old #4524
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: check-workspace-deps | |
on: | |
pull_request: | |
paths: | |
- '.github/workflows/check-workspace-deps.yml' | |
- '**/Cargo.toml' | |
workflow_dispatch: | |
inputs: | |
jobs: | |
check-workspace-deps: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
with: | |
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461 | |
- name: Check Workspace Dependencies | |
run: cargo xtask check-workspace-deps |