Skip to content

Commit f847855

Browse files
Remove PR condition because it is alwasy empty for PRs from forks (#46298)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
1 parent ce34d96 commit f847855

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/post-apiview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
"JobId=azsdk-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
1919
]
2020
if: |
21-
toJson(github.event.check_run.pull_requests) != '[]' &&
2221
github.event.check_run.check_suite.app.name == 'Azure Pipelines' && (
2322
contains(github.event.check_run.name, 'Build Build') ||
2423
contains(github.event.check_run.name, 'Build Analyze') ||

0 commit comments

Comments
 (0)