Skip to content

Commit c423c3c

Browse files
Sync .github/workflows directory with azure-sdk-tools for PR 14141 (Azure#45338)
* Use 1ES pool for post-apiview github workflow * Properly check for PR --------- Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
1 parent e9ef504 commit c423c3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/post-apiview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ permissions:
1111
jobs:
1212
post-apiview:
1313
name: After APIView
14-
runs-on: ubuntu-24.04
14+
runs-on: ["self-hosted", "1ES.Pool=azsdk-pool-github"]
1515
if: |
16+
toJson(github.event.check_run.pull_requests) != '[]' &&
1617
github.event.check_run.check_suite.app.name == 'Azure Pipelines' && (
1718
contains(github.event.check_run.name, 'Build Build') ||
1819
contains(github.event.check_run.name, 'Build Analyze') )

0 commit comments

Comments
 (0)