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 dae5916 commit 1cb8be1Copy full SHA for 1cb8be1
1 file changed
.github/workflows/step_test.yaml
@@ -12,7 +12,6 @@ jobs:
12
name: Check ${{ matrix.toolchain }}
13
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
14
container: ${{ !matrix.os && 'ghcr.io/lecrisut/dev-env:main' || '' }}
15
- needs: [ pre-commit ]
16
continue-on-error: ${{ matrix.experimental || false }}
17
strategy:
18
fail-fast: false
0 commit comments