This website works better with JavaScript.
首頁
探索
說明
登入
isprogram
/
pyenv
镜像来自
https://github.com/pyenv/pyenv.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
Projects
0
版本發佈
240
Wiki
Activity
瀏覽代碼
CI: move `no-response` and `add-version` to `ubuntu-slim`
Supposedly lightweight tasks, we'll see
pull/3462/head
Ivan Pozdeev
1 月之前
父節點
08a015100e
當前提交
874b27c749
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
FB6A628DCF06DCD7
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/add_version.yml
+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:
Write
Preview
Loading…
取消
儲存