Skip to content

Commit

Permalink
Merge pull request #16085 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish main to live, 11/21, 11:00 AM IST
  • Loading branch information
aditisrivastava07 authored Nov 21, 2024
2 parents 82f7313 + f876691 commit 88ebb41
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/BuildValidation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build validation

permissions:
pull-requests: write
statuses: write

on:
issue_comment:
types: [created]

jobs:

build-status:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-BuildValidation.yml@workflows-test
with:
PayloadJson: ${{ toJSON(github) }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}



0 comments on commit 88ebb41

Please sign in to comment.