Skip to content

Commit

Permalink
skip tests on push tag since has been tested on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 15, 2024
1 parent 85a9cde commit 66817ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ on:
tags:
- v*
jobs:
call-tests:
uses: ./.github/workflows/reusable-tests.yml
secrets: inherit
call-build:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
needs: call-tests
call-publish-v2:
uses: ./.github/workflows/reusable-publish-v2.yml
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Install dependencies
run: npm install
- name: Publish package
run: npm publish ${{github.ref_name}}
run: npm publish

0 comments on commit 66817ef

Please sign in to comment.