Add missing type parameter for unwrapped_f of NoSpecialize #1862
Workflow file for this run
This file contains hidden or 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: | |
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" |