Skip to content

Commit

Permalink
Drop panic check wf
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazhafiz committed Jan 6, 2025
1 parent bc5c89e commit 9087f52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ jobs:
if: needs.check-changes.outputs.run_tests == 'full'
uses: ./.github/workflows/benchmarks.yml

start-panic-check:
needs: check-changes
if: needs.check-changes.outputs.run_tests == 'full'
uses: ./.github/workflows/improve_panics.yml

ran-full:
runs-on: ubuntu-22.04
needs: [
Expand All @@ -142,7 +137,6 @@ jobs:
start-windows-release-build-test,
start-windows-tests,
start-roc-benchmarks,
start-panic-check
]
steps:
- run: echo "all workflows succeeded!"
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/improve_panics.yml

This file was deleted.

0 comments on commit 9087f52

Please sign in to comment.