Skip to content

Commit 3a29956

Browse files
committed
Remove prerelease trigger on tests
It runs script once tests finish, not checks as I thought. Need to find another way to make this work
1 parent aaa9b00 commit 3a29956

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/prerelease.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
push:
66
tags:
77
- '*-pre*'
8-
# only run if tests are finished
9-
workflow_run:
10-
workflows: ['Test']
11-
branches: [main]
12-
types:
13-
- completed
148

159
jobs:
1610
publish-client:

0 commit comments

Comments
 (0)