Skip to content

Commit

Permalink
.github/h100: Enable PR_HOPPER90_CUDA1180_CUDA_LEFT_RIGHT_REL
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed May 23, 2024
1 parent 18c8cdd commit 71febab
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/h100.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: github-H100

# Only allow manual runs until at2 runners are available.
on: workflow_dispatch
#pull_request:
# paths-ignore:
# - '**/*.rst'
# - '**/*.md'
# - '**/requirements.txt'
# - '**/*.py'
# - 'docs/**'
# types: [ opened, reopened, synchronize ]
on:
pull_request:
paths-ignore:
- '**/*.rst'
- '**/*.md'
- '**/requirements.txt'
- '**/*.py'
- 'docs/**'
types: [ opened, reopened, synchronize ]

permissions:
contents: none
Expand All @@ -20,8 +20,8 @@ concurrency:
cancel-in-progress: true

jobs:
PR_HOPPER90_CUDA1180_CUDA_LEFT_RIGHT_REL_2:
name: PR_HOPPER90_CUDA1180_CUDA_LEFT_RIGHT_REL_2
PR_HOPPER90_CUDA1180_CUDA_LEFT_RIGHT_REL:
name: PR_HOPPER90_CUDA1180_CUDA_LEFT_RIGHT_REL
runs-on: [kk-env-cuda-11.8.0-gcc-11.3.0-latest]

steps:
Expand Down

0 comments on commit 71febab

Please sign in to comment.