We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ba7a9 commit 388dcaeCopy full SHA for 388dcae
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
@@ -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