Skip to content

Commit e672f85

Browse files
author
leoguillaume
committed
hotfix: remove deploy on all PR commit
1 parent 9af262b commit e672f85

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_run:
8-
workflows: [Integration tests]
9-
types: [completed]
107

118
jobs:
129
build-and-push:
1310
name: Build and push from ${{ github.ref_name }}/${{ github.sha }}
1411
runs-on: ubuntu-latest
15-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1612
env:
1713
APP_IMAGE_NAME: ghcr.io/${{ github.repository }}/app
1814
UI_IMAGE_NAME: ghcr.io/${{ github.repository }}/ui
@@ -57,7 +53,6 @@ jobs:
5753
cache-to: type=gha,mode=max
5854

5955
deploy-dev:
60-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
6156
name: Deploy from ${{ github.ref_name }}/${{ github.sha }}
6257
runs-on: ubuntu-latest
6358
needs: build-and-push

0 commit comments

Comments
 (0)