3 Commits

Author SHA1 Message Date
e539683852 chore: update analytics data 2025-10-13 03:00:52 +00:00
62d7563010 Prevent upload to swift if its from a fork (#60)
All checks were successful
Create Weekly Analytics Stats / run-analytics (push) Successful in 12s
Reviewed-on: #60
Reviewed-by: Tino Schreiber <tino.schreiber@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2025-10-08 12:23:49 +00:00
1ed083a057 actions-github (#58)
Reviewed-on: #58
Reviewed-by: Tino Schreiber <tino.schreiber@t-systems.com>
Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
2025-10-08 06:45:16 +00:00
4 changed files with 19 additions and 7 deletions

View File

@ -2,11 +2,11 @@
"evs",
"ims",
"ecs",
"obs",
"cce",
"elb",
"obs",
"rds",
"sfs",
"iam",
"vpc"
"vpc",
"ces",
"sfs"
]

View File

@ -2,11 +2,11 @@
"evs",
"ims",
"ecs",
"obs",
"cce",
"elb",
"obs",
"rds",
"iam",
"vpc",
"vpn"
"ces",
"elb"
]

View File

@ -12,6 +12,9 @@ jobs:
tox-env: docs
- 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
{%- elif environment == 'public' %}
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
@ -19,6 +22,9 @@ jobs:
tox-env: docs
- 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
{%- endif %}
with:

View File

@ -12,6 +12,9 @@ jobs:
tox-env: pdf-docs
- 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
{%- elif environment == 'public' %}
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
@ -19,6 +22,9 @@ jobs:
tox-env: pdf-docs
- 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
{%- endif %}
with: