Skip to content

fix: add workflow_dispatch to dependency-audit workflow #97

@datasciencemonkey

Description

@datasciencemonkey

Problem

The dependency-audit workflow can only be triggered by push/PR/schedule. There's no Run workflow button in the GitHub UI because workflow_dispatch is missing from the trigger list.

Expected

Add workflow_dispatch: so the audit can be run on-demand from the Actions tab.

Fix

One-line change to .github/workflows/dependency-audit.yml — add workflow_dispatch: to the on: block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions