52 pipeline should halt if bad t1ws are present or more generally if not bids valid #40
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: readthedocs/actions | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| workflow_dispatch: | |
| inputs: | |
| debug_enabled: | |
| type: boolean | |
| description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' | |
| required: false | |
| default: false | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| pull-request-links: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Preview RTD | |
| uses: readthedocs/actions/preview@v1 | |
| with: | |
| project-slug: "petdeface" |