Skip to content

Commit

Permalink
Merge pull request #452 from microsoft/aholstrup/merge_pr_with_base
Browse files Browse the repository at this point in the history
Run PR Build based on merge commit
  • Loading branch information
freddydk committed Mar 30, 2023
2 parents e492dd0 + 7c79d2e commit 049bb7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}
ref: refs/pull/${{ github.event.number }}/merge

- uses: microsoft/AL-Go-Actions/VerifyPRChanges@main
with:
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}
ref: refs/pull/${{ github.event.number }}/merge

- name: Initialize the workflow
id: init
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}
ref: refs/pull/${{ github.event.number }}/merge

- name: Download thisbuild artifacts
if: env.workflowDepth > 1
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}
ref: refs/pull/${{ github.event.number }}/merge

- name: Finalize the workflow
id: PostProcess
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}
ref: refs/pull/${{ github.event.number }}/merge

- uses: microsoft/AL-Go-Actions/VerifyPRChanges@main
with:
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}
ref: refs/pull/${{ github.event.number }}/merge

- name: Initialize the workflow
id: init
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}
ref: refs/pull/${{ github.event.number }}/merge

- name: Download thisbuild artifacts
if: env.workflowDepth > 1
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}
ref: refs/pull/${{ github.event.number }}/merge

- name: Finalize the workflow
id: PostProcess
Expand Down

0 comments on commit 049bb7e

Please sign in to comment.