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 authored Jan 16, 2025
1 parent 00b200c commit 29aeef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
MAVEN_ARGS: "--no-transfer-progress --batch-mode"
RELEASE_BRANCH_NAME: "release_branch_${{ github.event.inputs.javaVersion }}"
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout timefold-quickstarts
uses: actions/checkout@v4
Expand Down Expand Up @@ -144,4 +144,4 @@ jobs:
git checkout $RELEASE_BRANCH_NAME
git branch -m $RELEASE_BRANCH_NAME $version
git push origin -u $version
git push -d origin $RELEASE_BRANCH_NAME
git push -d origin $RELEASE_BRANCH_NAME

0 comments on commit 29aeef1

Please sign in to comment.