CI Platform
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 16s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s

This commit is contained in:
2025-10-02 13:07:34 +00:00
parent 64a18eedb5
commit 770391518d
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@ jobs:
repo: ${{ gitea.repository }} repo: ${{ gitea.repository }}
pr_number: ${{ gitea.event.pull_request.number }} pr_number: ${{ gitea.event.pull_request.number }}
run_id: ${{ gitea.run_id }} run_id: ${{ gitea.run_id }}
ci_platform: gitea
{%- endraw %} {%- endraw %}
{%- elif environment == 'public' %} {%- elif environment == 'public' %}
{% raw -%} {% raw -%}
@ -51,5 +52,6 @@ jobs:
repo: ${{ github.repository }} repo: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }} pr_number: ${{ github.event.pull_request.number }}
run_id: ${{ github.run_id }} run_id: ${{ github.run_id }}
ci_platform: github
{%- endraw %} {%- endraw %}
{%- endif %} {%- endif %}

View File

@ -37,6 +37,7 @@ jobs:
repo: ${{ gitea.repository }} repo: ${{ gitea.repository }}
pr_number: ${{ gitea.event.pull_request.number }} pr_number: ${{ gitea.event.pull_request.number }}
run_id: ${{ gitea.run_id }} run_id: ${{ gitea.run_id }}
ci_platform: gitea
{%- endraw %} {%- endraw %}
{%- elif environment == 'public' %} {%- elif environment == 'public' %}
{% raw -%} {% raw -%}
@ -51,5 +52,6 @@ jobs:
repo: ${{ github.repository }} repo: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }} pr_number: ${{ github.event.pull_request.number }}
run_id: ${{ github.run_id }} run_id: ${{ github.run_id }}
ci_platform: github
{%- endraw %} {%- endraw %}
{%- endif %} {%- endif %}