[5/5] [omdb] add nexus background-tasks print-report
to show event reports
#5056
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
with: | |
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461 | |
- name: Check Workspace Dependencies | |
run: cargo xtask check-workspace-deps |