Explorar el Código
CI: move `no-response` and `add-version` to `ubuntu-slim`
Supposedly lightweight tasks, we'll see
pull/3462/head
Ivan Pozdeev
hace 1 mes
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: FB6A628DCF06DCD7
Se han
modificado 2 ficheros con
2 adiciones y
2 borrados
-
.github/workflows/add_version.yml
-
.github/workflows/no-response.yml
|
|
|
@ -12,7 +12,7 @@ permissions: |
|
|
|
|
|
|
|
jobs: |
|
|
|
add_cpython: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-slim |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v6 |
|
|
|
- uses: actions/setup-python@v6 |
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
permissions: |
|
|
|
issues: write # to update issues (lee-dohm/no-response) |
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-slim |
|
|
|
steps: |
|
|
|
- uses: lee-dohm/no-response@v0.5.0 |
|
|
|
with: |
|
|
|
|