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 e1702db commit 44479eaCopy full SHA for 44479ea
.github/workflows/Test-AITs.yml
@@ -117,7 +117,7 @@ jobs:
117
name: ${{ matrix.tests }}
118
needs: [ build-agent, list-tests ]
119
timeout-minutes: 120
120
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
121
# Determine if easier to make the env strings below part of the matrix
122
strategy:
123
fail-fast: false
@@ -369,7 +369,7 @@ jobs:
369
370
notify-if-negative-values:
371
needs: [ tests ]
372
373
steps:
374
- name: Download artifact(s) # surely there is a way to only download the negative_value_*.txt artifacts?
375
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # pin@v4
0 commit comments