Relax type constraints to allow callable parameters in pdeps #2366
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: "Invalidations" | |
on: | |
pull_request: | |
paths-ignore: | |
- 'docs/**' | |
concurrency: | |
# Skip intermediate builds: always. | |
# Cancel intermediate builds: always. | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
evaluate-invalidations: | |
name: "Evaluate Invalidations" | |
uses: "SciML/.github/.github/workflows/invalidations.yml@v1" |