Skip to content

Commit

Permalink
ci: disable default error handling in check-workflows
Browse files Browse the repository at this point in the history
Timeout does not appear to work, causing the runner to run indefinitely.
  • Loading branch information
Silverlan authored May 4, 2024
1 parent 0687e1a commit 299d665
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
with:
build-args: "--with-pfm --with-all-pfm-modules --with-vr --with-lua-debugger=0"

- name: Handle Error
uses: Silverlan/common_actions/action_handle_error@main
if: failure()
with:
timeout-minutes: 15
#- name: Handle Error
# uses: Silverlan/common_actions/action_handle_error@main
# if: failure()
# with:
# timeout-minutes: 15

- name: Upload Debug Artifacts
if: ${{ !cancelled() }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/check-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
with:
build-args: "--with-pfm --with-all-pfm-modules --with-vr --with-lua-debugger=0 --cmake-arg=\"-DCMAKE_SYSTEM_VERSION=10.0.22621.0\" --vcvars \"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat\""

- name: Handle Error
uses: Silverlan/common_actions/action_handle_error@main
if: failure()
with:
timeout-minutes: 15
#- name: Handle Error
# uses: Silverlan/common_actions/action_handle_error@main
# if: failure()
# with:
# timeout-minutes: 15

- name: Upload Debug Artifacts
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 299d665

Please sign in to comment.