Skip to content

Commit 2d565f7

Browse files
authored
CI: update circleci API call (#10874)
Ref readthedocs/readthedocs-corporate#1680
1 parent bca7658 commit 2d565f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
--url https://circleci.com/api/v2/project/gh/readthedocs/readthedocs-corporate/pipeline \
2424
--user '${{ secrets.CIRCLECI_USER_TOKEN }}:' \
2525
--header 'content-type: application/json' \
26-
--data '{"branch": "main", "parameters":{"CIRCLE_JOB": "tests"}}'
26+
--data '{"branch": "main", "parameters":{"tests_only": true}}'
2727
2828
- name: Trigger tests in readthedocs-ext
2929
run: |
@@ -32,4 +32,4 @@ jobs:
3232
--url https:/circleci.com/api/v2/project/gh/readthedocs/readthedocs-ext/pipeline \
3333
--user '${{ secrets.CIRCLECI_USER_TOKEN }}:' \
3434
--header 'content-type: application/json' \
35-
--data '{"branch": "main", "parameters":{"CIRCLE_JOB": "tests"}}'
35+
--data '{"branch": "main", "parameters":{"tests_only": true}}'

0 commit comments

Comments
 (0)