We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bd24f commit b5dd2a3Copy full SHA for b5dd2a3
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ concurrency:
16
cancel-in-progress: true
17
18
jobs:
19
- tests:
+ tox_test:
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 / skip testing') }}
22
@@ -56,7 +56,7 @@ jobs:
56
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
57
58
59
- gha_buildhtml:
+ tox_build:
60
# When label is used, we do run buildhtml on GHA to check if the publishing job will run or not.
61
# Use in case when new content has run into troubles on CircleCI.
62
if: ${{ (github.event_name == 'pull_request') && contains(github.event.pull_request.labels.*.name, 'GHA buildhtml') }}
0 commit comments