Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Jan 19, 2024
1 parent e123216 commit a930aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
docker pull ${builder_image}
env:
builder_image: ${{ matrix.BUILDER_IMAGE }}
if: contains(fromJSON('["aries-endorser-agent","aries-endorser-backup","aries-endorser-api"]'), matrix.service)
if: contains(fromJSON('["aries-endorser-agent"]'), matrix.service)

- name: Setup and Build
id: build_image
uses: redhat-actions/s2i-build@v2
Expand Down

0 comments on commit a930aeb

Please sign in to comment.