diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 54f67b5d7..231175a5e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,5 +1,7 @@ name: VFS for Git +run-name: ${{ inputs.run_name || 'VFS for Git' }} + on: pull_request: branches: [ master, releases/shipped ] @@ -11,6 +13,10 @@ on: description: 'Microsoft Git version tag to include in the build (leave empty for default)' required: false type: string + run_name: + description: 'Optional display name for this run (used for cross-repo automation)' + required: false + type: string permissions: contents: read