Skip to content

Commit

Permalink
run on pr for testing
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
M. Fatih Cırıt committed Jun 6, 2024
1 parent c4adf9a commit 6626334
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-cuda.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build-and-test-cuda

on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
push:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-daily-arm64.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build-and-test-daily-arm64

on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
schedule:
- cron: 0 0 * * *
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-daily.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build-and-test-daily

on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
schedule:
- cron: 0 0 * * *
workflow_dispatch:
Expand Down

0 comments on commit 6626334

Please sign in to comment.