Skip to content

add workflow_dispatch to ci-tests #16

add workflow_dispatch to ci-tests

add workflow_dispatch to ci-tests #16

Workflow file for this run

# Reference:
# - https://github.com/actions/checkout
name: ci-manifest
on:
pull_request:
push:
branches:
- "main"
- "v*x"
- "!conda-lock-auto-update"
- "!pre-commit-ci-update-config"
- "!dependabot/*"
tags:
- "v*"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
manifest:
name: "check-manifest"
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2023.10.0