浏览代码

CI: move `no-response` and `add-version` to `ubuntu-slim`

Supposedly lightweight tasks, we'll see
pull/3462/head
Ivan Pozdeev 1 个月前
父节点
当前提交
874b27c749
找不到此签名对应的密钥 GPG 密钥 ID: FB6A628DCF06DCD7
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      .github/workflows/add_version.yml
  2. +1
    -1
      .github/workflows/no-response.yml

+ 1
- 1
.github/workflows/add_version.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

+ 1
- 1
.github/workflows/no-response.yml 查看文件

@ -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:

正在加载...
取消
保存