Skip to content

Commit

Permalink
Remove prerelease trigger on tests
Browse files Browse the repository at this point in the history
It runs script once tests finish, not checks as I thought.
Need to find another way to make this work
  • Loading branch information
yamalight committed Nov 23, 2022
1 parent aaa9b00 commit 3a29956
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
push:
tags:
- '*-pre*'
# only run if tests are finished
workflow_run:
workflows: ['Test']
branches: [main]
types:
- completed

jobs:
publish-client:
Expand Down

0 comments on commit 3a29956

Please sign in to comment.