Skip to content

Commit

Permalink
revert: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 4, 2024
1 parent 0f1eea9 commit e905fd2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,19 +534,14 @@ jobs:
needs:
- setup-build
runs-on: ubuntu-latest
timeout-minutes: 30
# if: github.event.pull_request.draft != true
timeout-minutes: 15
if: github.event.pull_request.draft != true
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
show-progress: false

- name: docker-config
uses: containerbase/internal-tools@0b4162e48b68b3521953c3c663376ca22a1f769b # v3.3.2
with:
command: docker-config

- name: Setup Node.js
uses: ./.github/actions/setup-node
with:
Expand All @@ -557,7 +552,7 @@ jobs:
run: pnpm build

- name: Build docker
run: pnpm build:docker build --tries=3 --platform=linux/amd64,linux/arm64
run: pnpm build:docker build --tries=3
env:
LOG_LEVEL: debug

Expand Down

0 comments on commit e905fd2

Please sign in to comment.