Skip to content

Commit

Permalink
remove origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaurskov committed Oct 21, 2024
1 parent e5e726f commit d2e53b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-arm-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: run_tests
shell: pwsh
run: |
$changedFiles = git diff --name-only origin/main origin/${{github.event.pull_request.head.ref}}
$changedFiles = git diff --name-only main origin/${{github.event.pull_request.head.ref}}
# Initialize a counter for the number of failed tests
$NumberOfFailedTests = 0
If ($changedFiles -ne $null) {
Expand Down

0 comments on commit d2e53b8

Please sign in to comment.