We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0519ee commit d5c4fb3Copy full SHA for d5c4fb3
1 file changed
.github/workflows/java.yaml
@@ -13,7 +13,7 @@ permissions:
13
jobs:
14
pre-commit:
15
name: Rerun pre-commit checks
16
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
17
steps:
18
- name: Check out repo
19
uses: actions/checkout@v5
@@ -22,7 +22,7 @@ jobs:
22
with:
23
python-version: 3.14
24
- name: Install dependencies
25
- run: python -m pip install pre-commit
+ run: python -m pip install pre-commit PyYAML
26
- name: Cache pre-commit environments
27
uses: actions/cache@v4
28
@@ -112,7 +112,7 @@ jobs:
112
name: Release
113
if: github.ref_type == 'tag'
114
needs: build
115
116
concurrency: release-${{ github.ref }}
117
permissions:
118
contents: write
0 commit comments