Compare commits
9 Commits
analytics-
...
actions-gi
Author | SHA1 | Date | |
---|---|---|---|
1712106844 | |||
8f04b4ca09 | |||
b0f471ac02 | |||
2174272b35 | |||
f4159c539c | |||
1dbc4f0122 | |||
770391518d | |||
64a18eedb5 | |||
6cb27fbadb |
@ -2,11 +2,11 @@
|
|||||||
"evs",
|
"evs",
|
||||||
"ims",
|
"ims",
|
||||||
"ecs",
|
"ecs",
|
||||||
"cce",
|
|
||||||
"obs",
|
"obs",
|
||||||
|
"cce",
|
||||||
|
"elb",
|
||||||
"rds",
|
"rds",
|
||||||
|
"sfs",
|
||||||
"iam",
|
"iam",
|
||||||
"vpc",
|
"vpc"
|
||||||
"ces",
|
|
||||||
"sfs"
|
|
||||||
]
|
]
|
@ -2,11 +2,11 @@
|
|||||||
"evs",
|
"evs",
|
||||||
"ims",
|
"ims",
|
||||||
"ecs",
|
"ecs",
|
||||||
"cce",
|
|
||||||
"obs",
|
"obs",
|
||||||
|
"cce",
|
||||||
|
"elb",
|
||||||
"rds",
|
"rds",
|
||||||
"iam",
|
"iam",
|
||||||
"vpc",
|
"vpc",
|
||||||
"ces",
|
"vpn"
|
||||||
"elb"
|
|
||||||
]
|
]
|
@ -12,9 +12,6 @@ jobs:
|
|||||||
tox-env: docs
|
tox-env: docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- name: Upload documentation preview
|
||||||
{% raw -%}
|
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
|
||||||
{%- endraw %}
|
|
||||||
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- elif environment == 'public' %}
|
{%- elif environment == 'public' %}
|
||||||
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
||||||
@ -22,9 +19,6 @@ jobs:
|
|||||||
tox-env: docs
|
tox-env: docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- name: Upload documentation preview
|
||||||
{% raw -%}
|
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
|
||||||
{%- endraw %}
|
|
||||||
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
with:
|
with:
|
||||||
|
@ -12,9 +12,6 @@ jobs:
|
|||||||
tox-env: pdf-docs
|
tox-env: pdf-docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- name: Upload documentation preview
|
||||||
{% raw -%}
|
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
|
||||||
{%- endraw %}
|
|
||||||
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- elif environment == 'public' %}
|
{%- elif environment == 'public' %}
|
||||||
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
||||||
@ -22,9 +19,6 @@ jobs:
|
|||||||
tox-env: pdf-docs
|
tox-env: pdf-docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- name: Upload documentation preview
|
||||||
{% raw -%}
|
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
|
||||||
{%- endraw %}
|
|
||||||
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user