We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f1de5 commit e4916b2Copy full SHA for e4916b2
.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
docker-build-frontend:
14
- if: github.event.workflow_run.conclusion == 'success"
+ if: github.event.workflow_run.conclusion == 'success'
15
runs-on: ubuntu-latest
16
environment: production
17
env:
@@ -43,7 +43,7 @@ jobs:
43
push: true
44
45
docker-build-backend:
46
47
48
49
0 commit comments