From 92be45158ef75712cf67045474cbad41983e1abf Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Mon, 11 Nov 2024 23:49:59 -0700 Subject: [PATCH] enable NV GHA runners - Step 1 Signed-off-by: Tariq Ibrahim --- .github/copy-pr-bot.yaml | 2 ++ .github/workflows/ci.yaml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/copy-pr-bot.yaml diff --git a/.github/copy-pr-bot.yaml b/.github/copy-pr-bot.yaml new file mode 100644 index 0000000..a3247b4 --- /dev/null +++ b/.github/copy-pr-bot.yaml @@ -0,0 +1,2 @@ +# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#configuration +enabled: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0bcced1..6cef2f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,11 @@ # limitations under the License. name: "CI" -on: [push, pull_request] +on: + push: + branches: + - "pull-request/[0-9]+" + - main jobs: lint: