Documentation page on how to access model properties #2092
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: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
evaluate-invalidations: | |
name: "Evaluate Invalidations" | |
uses: "SciML/.github/.github/workflows/invalidations.yml@v1" |