test: cap dt in the marginal continuous-callback crossing-time tests #214
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: Doc Preview Cleanup | |
| on: | |
| pull_request: | |
| types: [closed] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: write | |
| jobs: | |
| doc-preview-cleanup: | |
| uses: "SciML/.github/.github/workflows/docs-preview-cleanup.yml@v1" | |
| secrets: "inherit" |