Skip to content

Commit

Permalink
build: enable all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Apr 4, 2024
1 parent 94d0485 commit 342d462
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ permissions:

jobs:
ci:
if: false
name: CI
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
Expand All @@ -45,11 +44,10 @@ jobs:
artifact-name: website
static-site: true
static-site-env-prefix: VITE
# needs:
# - ci
needs:
- ci

create-release:
if: false
runs-on: [ubuntu-20.04]
name: Create release
steps:
Expand Down Expand Up @@ -80,8 +78,7 @@ jobs:
matrix:
# macos-14 is the Apple Silicon M1 runner
platform: [ubuntu-20.04, windows-latest, 'macos-latest', 'macos-14']
# if: ${{ needs.create-release.outputs.release-published == 'true' }}
if: false
if: ${{ needs.create-release.outputs.release-published == 'true' }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 342d462

Please sign in to comment.