소스 검색

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

Supposedly lightweight tasks, we'll see
pull/3462/head
Ivan Pozdeev 1 개월 전
부모
커밋
874b27c749
No known key found for this signature in database 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:

불러오는 중...
취소
저장