Skip to content

Commit

Permalink
Remove if statement for build publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Mammoliti authored and Anthony Mammoliti committed Sep 23, 2024
1 parent 953eb14 commit 518cf0d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pilot-pipeline-admin-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
build-and-push-admin-server-image:
needs: [extract-branch-name, get-version]
if: ${{ needs.extract-branch-name.outputs.branch == 'pilot_develop'}}
name: Build admin server Docker image and push to repositories
runs-on: ubuntu-20.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pilot-pipeline-admin-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
build-and-push-admin-ui-image:
needs: [extract-branch-name, get-version]
if: ${{ needs.extract-branch-name.outputs.branch == 'pilot_develop'}}
name: Build admin ui Docker image and push to repositories
runs-on: ubuntu-20.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pilot-pipeline-server-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
build-and-push-sever-filter-image:
needs: [extract-branch-name, get-version]
if: ${{ needs.extract-branch-name.outputs.branch == 'pilot_develop'}}
name: Build server filter Docker image and push to repositories
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 518cf0d

Please sign in to comment.