Skip to content

Commit

Permalink
remove jruby job from slack check
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Jan 6, 2023
1 parent 69b3d5d commit 6055d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:

notify_slack_fail:
name: Notify slack fail
needs: [unit_tests, multiverse, infinite_tracing, jruby_multiverse]
needs: [unit_tests, multiverse, infinite_tracing]
runs-on: ubuntu-22.04
if: always()
steps:
Expand All @@ -316,7 +316,7 @@ jobs:

notify_slack_success:
name: Notify slack success
needs: [unit_tests, multiverse, infinite_tracing, jruby_multiverse]
needs: [unit_tests, multiverse, infinite_tracing]
runs-on: ubuntu-22.04
if: always()
steps:
Expand Down

0 comments on commit 6055d8b

Please sign in to comment.