Skip to content

Commit

Permalink
Temporarily disable deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Sep 26, 2023
1 parent ccc1211 commit 63556c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,23 @@ jobs:

- name: Upload artifact
uses: actions/upload-artifact@v3
if: false
with:
name: build
path: dist/

call_version:
if: github.ref == 'refs/heads/main'
name: "Publish or create version PR"
uses: "./.github/workflows/version.yml"
needs: test
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

deploy:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/main'
if: false && github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 63556c3

Please sign in to comment.