Skip to content

Commit 39fbf5f

Browse files
committed
Use GitHub runner for release plan on forks
Assisted-by: Codex:GPT-5
1 parent fddac2e commit 39fbf5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
plan:
7575
permissions:
7676
"contents": "read"
77-
runs-on: "depot-ubuntu-24.04-4"
77+
runs-on: ${{ github.repository == 'astral-sh/ruff' && 'depot-ubuntu-24.04-4' || 'ubuntu-latest' }}
7878
outputs:
7979
val: ${{ steps.plan.outputs.manifest }}
8080
tag: ${{ (inputs.tag != 'dry-run' && inputs.tag) || '' }}

0 commit comments

Comments
 (0)