Skip to content

Commit 6f11d89

Browse files
committed
ci
1 parent b054201 commit 6f11d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash {0} # Required to check exit code
2424
run: |
2525
git fetch origin "$GITHUB_BASE_REF"
26-
git diff --exit-code --merge-base "$GITHUB_BASE_REF" "$BICEP_FILE_PATH"
26+
git diff --exit-code --merge-base "origin/$GITHUB_BASE_REF" "$BICEP_FILE_PATH"
2727
exit_code="$?"
2828
if [[ "$exit_code" == 0 ]]; then
2929
echo "No changes made to Bicep file. Skipping build."

0 commit comments

Comments
 (0)