removed useless if statemnt
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -192,11 +192,11 @@ jobs:
|
|||||||
docker-build:
|
docker-build:
|
||||||
name: Build and Push Docker Image
|
name: Build and Push Docker Image
|
||||||
needs: [detect-project, build, set-tag]
|
needs: [detect-project, build, set-tag]
|
||||||
if: |
|
#if: |
|
||||||
always() &&
|
# always() &&
|
||||||
needs.detect-project.result == 'success' &&
|
# needs.detect-project.result == 'success' &&
|
||||||
needs.build.result == 'success' &&
|
# needs.build.result == 'success' &&
|
||||||
github.event_name != 'pull_request'
|
# github.event_name != 'pull_request'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: production
|
environment: production
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user