We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513a1bf commit 46f992cCopy full SHA for 46f992c
2 files changed
.github/workflows/autoupdate.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
autoupdate:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
11
steps:
12
- name: Checkout repo
13
uses: actions/checkout@v6
.github/workflows/buildrelease.yml
@@ -10,7 +10,7 @@ env:
download:
14
15
- name: Download Python 3.12
16
run: |
@@ -26,7 +26,7 @@ jobs:
26
27
gh-release:
28
needs: download
29
30
31
- name: Checkout repository
32
0 commit comments