Skip to content

Commit 642d295

Browse files
committed
Fixed workflow
Signed-off-by: Martin Vala <mavala@redhat.com>
1 parent da3da0f commit 642d295

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/openshift.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717
jobs:
1818
build:
1919
name: Build site image
20-
id: build-site
2120
runs-on: ubuntu-latest
2221
strategy:
2322
matrix:
@@ -79,7 +78,6 @@ jobs:
7978

8079
deploy:
8180
name: Deploy site
82-
id: deploy-site
8381
needs: build
8482
runs-on: ubuntu-latest
8583
env:
@@ -116,7 +114,7 @@ jobs:
116114
117115
slack-notification:
118116
name: "Slack notification"
119-
needs: [ build-site, deploy-site ]
117+
needs: [ build, deploy ]
120118

121119
if: failure()
122120
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)