Skip to content

Commit

Permalink
Merge pull request #52 from NVIDIA/copy-pr-bot
Browse files Browse the repository at this point in the history
enable NV GHA runners - Step 1
  • Loading branch information
tariq1890 authored Dec 12, 2024
2 parents 1ad8938 + 92be451 commit 57fa556
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/copy-pr-bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#configuration
enabled: true
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
# limitations under the License.

name: "CI"
on: [push, pull_request]
on:
push:
branches:
- "pull-request/[0-9]+"
- main

jobs:
lint:
Expand Down

0 comments on commit 57fa556

Please sign in to comment.