Skip to content

Commit 857c069

Browse files
committed
update name of linter step in needs: for notify_on_failure
1 parent 5169b47 commit 857c069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: ${{ inputs.linter-command }}
6363
notify_on_failure:
6464
runs-on: ubuntu-latest
65-
needs: [run_tests, static_type_check, rubocop]
65+
needs: [run_tests, static_type_check, run_linter]
6666
if: ${{ failure() && github.ref == 'refs/heads/main' }}
6767
env:
6868
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)