We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee62bb commit 61cef5bCopy full SHA for 61cef5b
1 file changed
.github/workflows/integration-tests-amd.yml
@@ -11,7 +11,7 @@ jobs:
11
integration-tests-amd:
12
runs-on: ${{ matrix.runner }}
13
timeout-minutes: 45
14
- continue-on-error: ${{ matrix.runner[1] == 'gfx90a' }}
+ continue-on-error: ${{ matrix.runner[1] == 'gfx90a' || matrix.runner[0] == 'gfx950' }}
15
strategy:
16
matrix:
17
runner: ${{ fromJson(inputs.matrix) }}
0 commit comments