Skip to content

Commit d8ff261

Browse files
committed
Do not wait on linting for other checks
1 parent aa65576 commit d8ff261

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
tox_env:
3535
- docs
3636
- twine_check
37-
needs: lint
3837
runs-on: ubuntu-20.04
3938
steps:
4039
- uses: actions/[email protected]
@@ -54,7 +53,6 @@ jobs:
5453
PYTHON_ISAL_LINK_DYNAMIC: True
5554

5655
test-static:
57-
needs: lint
5856
runs-on: ${{ matrix.os }}
5957
strategy:
6058
matrix:
@@ -101,7 +99,6 @@ jobs:
10199
test-arch:
102100
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
103101
runs-on: "ubuntu-latest"
104-
needs: lint
105102
strategy:
106103
matrix:
107104
distro: [ "ubuntu20.04" ]
@@ -131,7 +128,6 @@ jobs:
131128
# # This is needed for miniconda, see:
132129
# # https://github.com/marketplace/actions/setup-miniconda#important.
133130
# shell: bash -l {0}
134-
# needs: lint
135131
# strategy:
136132
# matrix:
137133
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]

0 commit comments

Comments
 (0)