Skip to content

Commit b5dd2a3

Browse files
committed
Namespace tox jobs in prep for adding more.
1 parent a9bd24f commit b5dd2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
jobs:
19-
tests:
19+
tox_test:
2020
# Do not run the test matrix on PRs affecting the rendering
2121
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering / skip testing') }}
2222

@@ -56,7 +56,7 @@ jobs:
5656
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
5757

5858

59-
gha_buildhtml:
59+
tox_build:
6060
# When label is used, we do run buildhtml on GHA to check if the publishing job will run or not.
6161
# Use in case when new content has run into troubles on CircleCI.
6262
if: ${{ (github.event_name == 'pull_request') && contains(github.event.pull_request.labels.*.name, 'GHA buildhtml') }}

0 commit comments

Comments
 (0)