Skip to content

Commit

Permalink
Only trigger doc gen if it is not a pytorchbot commit (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Jun 12, 2024
1 parent 323569a commit df5ee40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build-docs:
runs-on: linux.g5.4xlarge.nvidia.gpu
if: ${{ ! contains(github.actor, 'pytorchbot') }}
environment: pytorchbot-env
container:
image: docker.io/pytorch/manylinux-builder:cuda12.1
Expand Down

0 comments on commit df5ee40

Please sign in to comment.