Skip to content

Commit

Permalink
[DOCS] Trigger the workflow after PR Labeler runs (#2823)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Sep 10, 2024
1 parent 7bee225 commit 7c8632c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
branches: [main]
types: [opened, synchronize, reopened, labeled]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
docgen:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7c8632c

Please sign in to comment.