Skip to content

Commit f8fde25

Browse files
committed
Fix naming
1 parent 7f610b1 commit f8fde25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
164164

165165
report-failure:
166-
needs: [python, js, release]
166+
needs: [python-tests, js-tests, release]
167167
if: failure()
168168
name: Code Interpreter Release Failed - Slack Notification
169169
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)