Skip to content

Commit

Permalink
ci: compile-only tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jun 12, 2024
1 parent ed77847 commit f7bf593
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/linux-compileonly.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Linux-CompileOnly
on: push
on:
pull_request:
paths-ignore:
- README.md
- 'docs/**'
types: [ opened, reopened, synchronize ]
workflow_dispatch:

jobs:
Kokkos-master-OpenMPI416-CUDA1250-Release:
Expand Down

0 comments on commit f7bf593

Please sign in to comment.