Skip to content

Commit 6626334

Browse files
author
M. Fatih Cırıt
committed
run on pr for testing
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent c4adf9a commit 6626334

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build-and-test-cuda.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: build-and-test-cuda
22

33
on:
4+
pull_request:
5+
types: [opened, labeled, unlabeled, synchronize]
46
push:
57

68
jobs:

.github/workflows/build-and-test-daily-arm64.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: build-and-test-daily-arm64
22

33
on:
4+
pull_request:
5+
types: [opened, labeled, unlabeled, synchronize]
46
schedule:
57
- cron: 0 0 * * *
68
workflow_dispatch:

.github/workflows/build-and-test-daily.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: build-and-test-daily
22

33
on:
4+
pull_request:
5+
types: [opened, labeled, unlabeled, synchronize]
46
schedule:
57
- cron: 0 0 * * *
68
workflow_dispatch:

0 commit comments

Comments
 (0)