mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 01:46:49 +00:00
[Github] Set code formatting job timeout to 30 minutes (#106674)
This patch sets the timeout of the code formatting job to 30 minutes. The job is currently failing in specific circumstances and needs to be reworked, but as a temp hack, change the timeout to 30 minutes so that we can catch these jobs before they hit the Github Actions timeout limit of six hours. Somewhat (hackily) alleviates #79661 slightly.
This commit is contained in:
parent
ce7c828e08
commit
54916e5784
1
.github/workflows/pr-code-format.yml
vendored
1
.github/workflows/pr-code-format.yml
vendored
@ -12,6 +12,7 @@ on:
|
||||
jobs:
|
||||
code_formatter:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
if: github.repository == 'llvm/llvm-project'
|
||||
steps:
|
||||
- name: Fetch LLVM sources
|
||||
|
Loading…
x
Reference in New Issue
Block a user