Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/maintainer/mkmaintainer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

from pathlib import Path
from urllib.parse import urlencode
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
pre-commit:
name: Rerun pre-commit checks
runs-on: ubuntu-latest
runs-on: ubuntu-slim
steps:
- name: Check out repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
name: Release
if: github.ref_type == 'tag'
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-slim
concurrency: release-${{ github.ref }}
permissions:
contents: write
Expand Down