Skip to content

Commit

Permalink
chore: update enterprise version in release PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Jan 17, 2025
1 parent 8be2e23 commit 605f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_maven_long_running.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: mvn -B -Dquickly -DskipTests clean install

- name: Update timefold-solver-enterprise version (Release PR only)
if: ${{ startsWith(github.event.pull_request.title, 'build:') && contains(github.event.pull_request.title, 'release version') && github.event.pull_request.user.login == 'zepfred' }}
if: ${{ startsWith(github.event.pull_request.title, 'build:') && contains(github.event.pull_request.title, 'release version') && github.event.pull_request.user.login == 'timefold-release' }}
shell: bash
working-directory: ./timefold-solver-enterprise
run: |
Expand Down

0 comments on commit 605f399

Please sign in to comment.