Skip to content

Commit 94b0a13

Browse files
committed
Revert "ci: run test workflow before release"
This reverts commit e47427a. Feature brings more headaches than benefits - pipeline becomes more complicated
1 parent cb29a85 commit 94b0a13

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/new-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@ name: Publish package
22
on:
33
release:
44
types: [published]
5-
6-
# Run tests before publishing package
7-
workflow_run:
8-
workflows: ["Run tests"]
9-
types: [completed]
105
jobs:
116
publish:
12-
# Attempt to publish package only if test succeeds
13-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
14-
157
runs-on: ubuntu-latest
168
steps:
179
- name: Setup repository

0 commit comments

Comments
 (0)