From c7bd41e1d8da24c44c21f9964bc010885f54233e Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Tue, 31 Mar 2026 09:52:30 -0700 Subject: [PATCH] Add JobId to post-apiview workflow configuration --- .github/workflows/post-apiview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-apiview.yml b/.github/workflows/post-apiview.yml index 6805e3e73b27..f45ac746cf79 100644 --- a/.github/workflows/post-apiview.yml +++ b/.github/workflows/post-apiview.yml @@ -11,7 +11,7 @@ permissions: jobs: post-apiview: name: After APIView - runs-on: ["self-hosted", "1ES.Pool=azsdk-pool-github-runners"] + runs-on: ["self-hosted", "1ES.Pool=azsdk-pool-github-runners", "JobId=azsdk-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"] if: | toJson(github.event.check_run.pull_requests) != '[]' && github.event.check_run.check_suite.app.name == 'Azure Pipelines' && (