From 66263341fccc6cb1d30e8f55da5b4b08190946a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Fri, 7 Jun 2024 00:09:12 +0300 Subject: [PATCH] run on pr for testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/build-and-test-cuda.yaml | 2 ++ .github/workflows/build-and-test-daily-arm64.yaml | 2 ++ .github/workflows/build-and-test-daily.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/build-and-test-cuda.yaml b/.github/workflows/build-and-test-cuda.yaml index 4423c003fcd43..530ba8ee763d7 100644 --- a/.github/workflows/build-and-test-cuda.yaml +++ b/.github/workflows/build-and-test-cuda.yaml @@ -1,6 +1,8 @@ name: build-and-test-cuda on: + pull_request: + types: [opened, labeled, unlabeled, synchronize] push: jobs: diff --git a/.github/workflows/build-and-test-daily-arm64.yaml b/.github/workflows/build-and-test-daily-arm64.yaml index 2af876108e34f..144117f252715 100644 --- a/.github/workflows/build-and-test-daily-arm64.yaml +++ b/.github/workflows/build-and-test-daily-arm64.yaml @@ -1,6 +1,8 @@ name: build-and-test-daily-arm64 on: + pull_request: + types: [opened, labeled, unlabeled, synchronize] schedule: - cron: 0 0 * * * workflow_dispatch: diff --git a/.github/workflows/build-and-test-daily.yaml b/.github/workflows/build-and-test-daily.yaml index e62eec55e0d56..ff1a4ce194527 100644 --- a/.github/workflows/build-and-test-daily.yaml +++ b/.github/workflows/build-and-test-daily.yaml @@ -1,6 +1,8 @@ name: build-and-test-daily on: + pull_request: + types: [opened, labeled, unlabeled, synchronize] schedule: - cron: 0 0 * * * workflow_dispatch: