Skip to content

Commit df5ee40

Browse files
Only trigger doc gen if it is not a pytorchbot commit (#2909)
1 parent 323569a commit df5ee40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docgen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
build-docs:
1313
runs-on: linux.g5.4xlarge.nvidia.gpu
14+
if: ${{ ! contains(github.actor, 'pytorchbot') }}
1415
environment: pytorchbot-env
1516
container:
1617
image: docker.io/pytorch/manylinux-builder:cuda12.1

0 commit comments

Comments
 (0)