Skip to content

Commit

Permalink
Prevent runs NVIDIA_CI on the fork
Browse files Browse the repository at this point in the history
Signed-off-by: Andrii Bilokur <[email protected]>
  • Loading branch information
B-a-S committed Aug 27, 2023
1 parent 0c1a20f commit 9bfd3a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ompi_nvidia.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: ompi_NVIDIA CI
on: [pull_request, push]
on:
pull_request_target:
types:
- opened
- synchronize
- edited

jobs:
deployment:
Expand Down

0 comments on commit 9bfd3a0

Please sign in to comment.