Skip to content

Commit

Permalink
Testing to create the GitHub issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jan 29, 2024
1 parent a059323 commit ac6d5f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-gcp-docker.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: TorchBench Nightly GCP Base Docker Build
on:
workflow_dispatch:
inputs:
nightly_date:
description: "PyTorch nightly version"
required: false

env:
WITH_PUSH: "true"

jobs:
build-push-docker:
if: ${{ github.repository_owner == 'pytorch' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test-ghissue.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TorchBench PR Test on A10G
name: TorchBench PR Test for GitHub issue creation
on:
pull_request:
workflow_dispatch:
Expand Down

0 comments on commit ac6d5f2

Please sign in to comment.