Skip to content

Commit

Permalink
ci: speed up release by running on self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Jan 16, 2025
1 parent 2445536 commit 95d98af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
MAVEN_ARGS: "--no-transfer-progress --batch-mode"
RELEASE_BRANCH_NAME: "__timefold_release_branch__"
runs-on: ubuntu-latest
runs-on: self-hosted
environment:
name: pypi
url: https://pypi.org/p/timefold
Expand Down

0 comments on commit 95d98af

Please sign in to comment.