diff --git a/.github/workflows/pilot-pipeline-admin-server.yml b/.github/workflows/pilot-pipeline-admin-server.yml index 30ba630b8..f3d27ad4a 100644 --- a/.github/workflows/pilot-pipeline-admin-server.yml +++ b/.github/workflows/pilot-pipeline-admin-server.yml @@ -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: diff --git a/.github/workflows/pilot-pipeline-admin-ui.yml b/.github/workflows/pilot-pipeline-admin-ui.yml index 8db60acab..c9370ec34 100644 --- a/.github/workflows/pilot-pipeline-admin-ui.yml +++ b/.github/workflows/pilot-pipeline-admin-ui.yml @@ -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: diff --git a/.github/workflows/pilot-pipeline-server-filter.yml b/.github/workflows/pilot-pipeline-server-filter.yml index c169e276b..9baaf8fdc 100644 --- a/.github/workflows/pilot-pipeline-server-filter.yml +++ b/.github/workflows/pilot-pipeline-server-filter.yml @@ -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: