We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0519ee + 388dcae commit cfcce0fCopy full SHA for cfcce0f
2 files changed
.github/maintainer/mkmaintainer.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/python
+#!/usr/bin/env python
2
3
from pathlib import Path
4
from urllib.parse import urlencode
.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