We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3f95a commit b0ae5edCopy full SHA for b0ae5ed
.github/workflows/nightly-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: cosmos/gaia/.github/workflows/test.yml@main
13
strategy:
14
fail-fast: false
15
- max-parallel: 3
+ max-parallel: 1
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest] # We can add custom runners - https://github.com/actions/runner
18
0 commit comments