Skip to content

Commit 33bfa64

Browse files
remove superfluous if check in release workflow
1 parent a2d538e commit 33bfa64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
uses: ./.github/workflows/test.yml
1313

1414
pypi:
15-
if: ${{ github.event_name == 'release' }}
1615
runs-on: ubuntu-latest
1716
needs: test
1817
environment: release

0 commit comments

Comments
 (0)