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 2e5699b commit 1eaf3f8Copy full SHA for 1eaf3f8
.github/workflows/pythonpackage.yml
@@ -37,8 +37,6 @@ jobs:
37
COMMIT_MSG: ${{ github.event.head_commit.message }}
38
39
build:
40
- needs: check_if_skip
41
- if: "!contains(needs.check_if_skip.outputs.commit_message, '[skip ci]')"
42
runs-on: ubuntu-latest
43
steps:
44
- uses: actions/checkout@v3
@@ -252,8 +250,6 @@ jobs:
252
250
name: Submit to CodeCov
253
251
254
flake8:
255
256
257
258
259
0 commit comments