Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Unit Tests

on:
pull_request:
paths:
paths: &paths
- '.github/workflows/UnitTests.yml'
- 'Project.toml'
- 'bin/**'
- 'deps/**'
- 'src/**'
Expand All @@ -13,13 +14,7 @@ on:
branches:
- master
- release-*
paths:
- '.github/workflows/UnitTests.yml'
- 'bin/**'
- 'deps/**'
- 'src/**'
- 'test/**'
- 'lib/**'
paths: *paths

concurrency:
# Skip intermediate builds: all builds except for builds on the `master` branch
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AMDGPU = "0.6, 0.7, 0.8, 0.9, 1, 2"
CUDA = "3, 4, 5"
DocStringExtensions = "0.8, 0.9"
Libdl = "1"
MPICH_jll = "4"
MPICH_jll = "4, 5"
MPIPreferences = "0.1.8"
MPItrampoline_jll = "5"
OpenMPI_jll = "4, 5"
Expand Down
Loading