Skip to content

Commit

Permalink
ci: disable error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Jun 17, 2024
1 parent d6c8a68 commit 8ec5357
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ jobs:
build-dir: '${{ steps.build-pragma.outputs.build-dir }}'
deps-dir: '${{ steps.build-pragma.outputs.deps-dir }}'
install-dir: '${{ steps.build-pragma.outputs.install-dir }}'

- name: Handle Error
uses: Silverlan/common_actions/action_handle_error@main
if: failure()
4 changes: 0 additions & 4 deletions .github/workflows/check-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@ jobs:
build-dir: '${{ steps.build-pragma.outputs.build-dir }}'
deps-dir: '${{ steps.build-pragma.outputs.deps-dir }}'
install-dir: '${{ steps.build-pragma.outputs.install-dir }}'

- name: Handle Error
uses: Silverlan/common_actions/action_handle_error@main
if: failure()

0 comments on commit 8ec5357

Please sign in to comment.