Skip to content

Commit ce69186

Browse files
committed
Remove pre_ci
1 parent 9f8392b commit ce69186

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
pre_ci:
10-
uses: dtolnay/.github/.github/workflows/pre_ci.yml@master
11-
129
build:
1310
name: ${{matrix.name || format('Rust {0}', matrix.rust)}}
14-
needs: pre_ci
15-
if: needs.pre_ci.outputs.continue
1611
runs-on: ${{matrix.os}}-latest
1712
strategy:
1813
fail-fast: false

.github/workflows/style.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
pre_ci:
10-
uses: dtolnay/.github/.github/workflows/pre_ci.yml@master
11-
129
build:
1310
name: ${{matrix.name || format('Rust {0}', matrix.rust)}}
14-
needs: pre_ci
15-
if: needs.pre_ci.outputs.continue
1611
runs-on: ${{matrix.os}}-latest
1712
strategy:
1813
fail-fast: false

0 commit comments

Comments
 (0)