Skip to content

Commit

Permalink
enable NV GHA runners - Step 1
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Nov 12, 2024
1 parent d37ba75 commit 92be451
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 92be451

Please sign in to comment.