Skip to content

Commit 4edaccd

Browse files
committed
add temporarly build docker
1 parent da74d3e commit 4edaccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
update_wrt_hash:
6464
permissions: write-all
6565
runs-on: ubuntu-latest
66-
if: ${{ inputs.channel=='prod' }}
66+
# if: ${{ inputs.channel=='prod' }}
6767
steps:
6868
- uses: actions/checkout@v4
6969
- run: |
@@ -651,7 +651,7 @@ jobs:
651651
make-upload-docker:
652652
permissions: write-all
653653
# if: ${{ inputs.channel=='prod' }}
654-
needs: [upload-release]
654+
# needs: [upload-release]
655655

656656
runs-on: ubuntu-latest
657657
strategy:

0 commit comments

Comments
 (0)