Skip to content

Commit f83ede1

Browse files
committed
ci/cd: fix invalid deps for Continuous integration healthcheck workflow jobs
1 parent 7428ee1 commit f83ede1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.healthcheck.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
test:
1111
name: Testing
12-
needs: [ update]
1312
runs-on: ubuntu-latest
1413
strategy:
1514
fail-fast: false
@@ -34,7 +33,7 @@ jobs:
3433

3534
notify:
3635
name: Notifying
37-
needs: [ update, test ]
36+
needs: [ test ]
3837
runs-on: ubuntu-latest
3938
if: github.event_name != 'pull_request' && (failure() || success())
4039

0 commit comments

Comments
 (0)