We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3da0f commit 642d295Copy full SHA for 642d295
.github/workflows/openshift.yml
@@ -17,7 +17,6 @@ env:
17
jobs:
18
build:
19
name: Build site image
20
- id: build-site
21
runs-on: ubuntu-latest
22
strategy:
23
matrix:
@@ -79,7 +78,6 @@ jobs:
79
78
80
deploy:
81
name: Deploy site
82
- id: deploy-site
83
needs: build
84
85
env:
@@ -116,7 +114,7 @@ jobs:
116
114
117
115
slack-notification:
118
name: "Slack notification"
119
- needs: [ build-site, deploy-site ]
+ needs: [ build, deploy ]
120
121
if: failure()
122
0 commit comments