File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
cancel-in-progress : true
17
17
18
18
jobs :
19
- tests :
19
+ tox_test :
20
20
# Do not run the test matrix on PRs affecting the rendering
21
21
if : ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering / skip testing') }}
22
22
56
56
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
57
57
58
58
59
- gha_buildhtml :
59
+ tox_build :
60
60
# When label is used, we do run buildhtml on GHA to check if the publishing job will run or not.
61
61
# Use in case when new content has run into troubles on CircleCI.
62
62
if : ${{ (github.event_name == 'pull_request') && contains(github.event.pull_request.labels.*.name, 'GHA buildhtml') }}
You can’t perform that action at this time.
0 commit comments