Add comment to github actions workflow file.
This commit is contained in:
parent
618f35fe02
commit
35ce18ce81
|
@ -17,6 +17,7 @@ jobs:
|
|||
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
|
||||
|
||||
strategy:
|
||||
# Test create and drop tables in a database so they cannot be executed in parallel
|
||||
max-parallel: 1
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue