We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1945f51 commit 6357dc7Copy full SHA for 6357dc7
.github/workflows/ci_tests_run_notebooks.yml
@@ -18,7 +18,7 @@ concurrency:
18
jobs:
19
tests:
20
# Do not run the test matrix on PRs affecting the rendering
21
- if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering') }}
+ if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering / skip testing') }}
22
23
name: ${{ matrix.os }} ${{ matrix.name }}
24
runs-on: ${{ matrix.os }}
0 commit comments