Skip to content

Commit 154d977

Browse files
committed
Only do a release in workflow
1 parent 2375cd8 commit 154d977

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
lint:
12-
uses: ./.github/workflows/linter.yml
13-
tests:
14-
uses: ./.github/workflows/tests.yml
1511
release:
1612
runs-on: ubuntu-latest
1713
name: Release to PyPi
18-
needs: [lint, tests]
1914
steps:
2015
- id: git-checkout
2116
name: Checkout

0 commit comments

Comments
 (0)