Skip to content

Commit

Permalink
build: skip docker build/release for now (#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Apr 5, 2024
1 parent 7e6cf98 commit 6c9767c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docker:
uses: ./.github/workflows/docker.yml
needs: prerelease
# docker:
# uses: ./.github/workflows/docker.yml
# needs: prerelease
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docker:
uses: ./.github/workflows/docker.yml
needs: release
# docker:
# uses: ./.github/workflows/docker.yml
# needs: release
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

docker:
uses: ./.github/workflows/docker.yml
needs: release-snapshot
# docker:
# uses: ./.github/workflows/docker.yml
# needs: release-snapshot

test-snapshot:
uses: ./.github/workflows/test-published-packages.yml
Expand Down

0 comments on commit 6c9767c

Please sign in to comment.