summaryrefslogtreecommitdiff
path: root/.github/workflows/check_commit_messages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check_commit_messages.yml')
-rw-r--r--.github/workflows/check_commit_messages.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check_commit_messages.yml b/.github/workflows/check_commit_messages.yml
index ece0bcac4e..fe67536eb5 100644
--- a/.github/workflows/check_commit_messages.yml
+++ b/.github/workflows/check_commit_messages.yml
@@ -15,6 +15,7 @@ jobs:
check-commit-prefix:
if: startsWith(github.event.pull_request.base.ref, 'stable/')
runs-on: ubuntu-latest
+ timeout-minutes: 60
steps:
- uses: actions/checkout@v5
with: