We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8392b commit ce69186Copy full SHA for ce69186
.github/workflows/build.yml
@@ -6,13 +6,8 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- pre_ci:
10
- uses: dtolnay/.github/.github/workflows/pre_ci.yml@master
11
-
12
build:
13
name: ${{matrix.name || format('Rust {0}', matrix.rust)}}
14
- needs: pre_ci
15
- if: needs.pre_ci.outputs.continue
16
runs-on: ${{matrix.os}}-latest
17
strategy:
18
fail-fast: false
.github/workflows/style.yml
0 commit comments