Skip to content

Commit

Permalink
disable tests in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Jan 16, 2024
1 parent 607f188 commit 1dd05dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ concurrency:
cancel-in-progress: true

jobs:
integration-tests:
if: ${{ github.event.inputs.runTests == 'true' }}
uses: ./.github/workflows/pr.yml
secrets: inherit
# integration-tests:
# if: ${{ github.event.inputs.runTests == 'true' }}
# uses: ./.github/workflows/pr.yml
# secrets: inherit

version-and-release:
name: Release to NPM
needs: integration-tests
# needs: integration-tests
runs-on: ubuntu-latest
outputs:
tagName: ${{ steps.npm-release.outputs.release_tag }}
Expand Down

0 comments on commit 1dd05dd

Please sign in to comment.