Skip to content

Commit 1eec5a4

Browse files
committed
chore: Update CircleCI configuration to include timeout and error handling for Runner Info job
- Added a timeout of 1 minute to the "Check Runner Info" job. - Set `fail_on_error` to false and configured the job to always run, improving the robustness of the CI pipeline.
1 parent 2834fde commit 1eec5a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/continue_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
name: "Check Runner Info"
2424
shell: powershell.exe
2525
command: echo "Hi I'm on Runners!"
26+
timeout: 1m
27+
fail_on_error: false
28+
when: always
2629

2730
unreal-windows:
2831
machine: true

0 commit comments

Comments
 (0)