Skip to content

Commit 6357dc7

Browse files
committed
CI: skip label has been renamed
1 parent 1945f51 commit 6357dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
tests:
2020
# 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') }}
21+
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering / skip testing') }}
2222

2323
name: ${{ matrix.os }} ${{ matrix.name }}
2424
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)