We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427e244 commit 1d01d77Copy full SHA for 1d01d77
.github/workflows/ci.yml
@@ -151,7 +151,7 @@ jobs:
151
uses: nick-fields/retry@v3
152
with:
153
timeout_minutes: ${{ matrix.package == 'cli' && 30 || 10 }}
154
- max_attempts: ${{ matrix.package == 'cli' && 2 || 5 }}
+ max_attempts: ${{ matrix.package == 'cli' && 1 || 5 }}
155
command: |
156
cd ${{ matrix.package }}
157
if [ "${{ matrix.package }}" = ".agents" ]; then
@@ -248,7 +248,7 @@ jobs:
248
249
250
timeout_minutes: 15
251
- max_attempts: 3
+ max_attempts: ${{ matrix.package == 'cli' && 1 || 3 }}
252
253
254
0 commit comments