Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred authored and triceo committed Aug 12, 2024
1 parent e4b3214 commit 87e2cb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request_maven_long_running.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Checkout timefold-quickstarts
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
path: './timefold-quickstarts'

- name: Checkout timefold-solver (PR) # Checkout the PR branch first, if it exists
Expand Down Expand Up @@ -124,6 +125,7 @@ jobs:
- name: Checkout timefold-quickstarts
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
path: './timefold-quickstarts'

- name: Checkout timefold-solver (PR) # Checkout the PR branch first, if it exists
Expand Down Expand Up @@ -201,6 +203,7 @@ jobs:
- name: Checkout timefold-quickstarts
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
path: './timefold-quickstarts'

- name: Checkout timefold-solver (PR) # Checkout the PR branch first, if it exists
Expand Down

0 comments on commit 87e2cb3

Please sign in to comment.