Skip to content

Commit

Permalink
chore: cancel condition (#510)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Adapter image should be created no matter if is released or not

**Requirements**

- [ ] added unit tests and e2e tests (if applicable).

**Issue Fixed**:
<!-- If this PR fixes GitHub issue 4321, add "Fixes #4321" to the next
line. -->

**Notes for Reviewers**:

---------

Signed-off-by: Bangqi Zhu <[email protected]>
Co-authored-by: Bangqi Zhu <[email protected]>
  • Loading branch information
bangqipropel and Bangqi Zhu authored Jul 11, 2024
1 parent eb0b4f5 commit 4cb9923
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
VERSION: ${{ env.VERSION }}

- name: build adapter image
if: ${{ !inputs.isRelease }}
shell: bash
run: |
make docker-build-adapter
Expand Down

0 comments on commit 4cb9923

Please sign in to comment.