ci: split light and heavy CI. #132
ci.yml
on: pull_request
Benchmarks
Matrix: CMake_Project
Waiting for pending jobs
Matrix: Linux_Compilers
Waiting for pending jobs
Matrix: Linux_HDF5_Versions
Waiting for pending jobs
Matrix: Linux_MPI
Waiting for pending jobs
Matrix: Linux_Sanitizers
Waiting for pending jobs
Matrix: OSX
Waiting for pending jobs
Matrix: Windows
Waiting for pending jobs
Annotations
1 error
|
Invalid workflow file:
.github/workflows/ci.yml#L43
The workflow is not valid. .github/workflows/ci.yml (Line: 43, Col: 14): Unexpected symbol: '['. Located at position 103 within expression: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && 'all' ||
join(
[
'always',
contains(github.event.pull_request.labels.*.name, 'ci-mpi-all') && 'mpi',
contains(github.event.pull_request.labels.*.name, 'ci-hdf5-all') && 'hdf5',
contains(github.event.pull_request.labels.*.name, 'ci-compiler-all') && 'compiler',
contains([...]
|