Skip to content

Commit

Permalink
fix: run tests in different workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infodusha committed Aug 27, 2023
1 parent 2d39abd commit 82efe37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
release-type: node
pull-request-title-pattern: 'chore: release ${version}'
token: ${{ secrets.GH_TOKEN }}
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Tests
on:
push:
branches:
- release-please--branches--main--components--define-html
pull_request:
branches:
- main
Expand Down

0 comments on commit 82efe37

Please sign in to comment.