Skip to content

Bump scitools/workflows from 2024.09.4 to 2024.09.6 (#276) #299

Bump scitools/workflows from 2024.09.4 to 2024.09.6 (#276)

Bump scitools/workflows from 2024.09.4 to 2024.09.6 (#276) #299

Workflow file for this run

# Checks the setuptools MANIFEST.in reconciles with the sdist.
# See the called workflow in the "scitools/workflows" repo for more details.
name: ci-manifest
on:
pull_request:
push:
branches:
- "main"
- "v*x"
- "!auto-update-lockfiles"
- "!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@2024.09.6