We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca7658 commit 2d565f7Copy full SHA for 2d565f7
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
--url https://circleci.com/api/v2/project/gh/readthedocs/readthedocs-corporate/pipeline \
24
--user '${{ secrets.CIRCLECI_USER_TOKEN }}:' \
25
--header 'content-type: application/json' \
26
- --data '{"branch": "main", "parameters":{"CIRCLE_JOB": "tests"}}'
+ --data '{"branch": "main", "parameters":{"tests_only": true}}'
27
28
- name: Trigger tests in readthedocs-ext
29
run: |
@@ -32,4 +32,4 @@ jobs:
32
--url https:/circleci.com/api/v2/project/gh/readthedocs/readthedocs-ext/pipeline \
33
34
35
0 commit comments