Skip to content

Commit b0776f7

Browse files
committed
ci: set timeout
1 parent 96f269f commit b0776f7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- centos-7
1313
- almalinux-8
1414
runs-on: ubuntu-latest
15+
timeout-minutes: 5
1516
steps:
1617
- uses: actions/checkout@v4
1718
- name: Install XMLua

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
runs-on: macos-latest
11+
timeout-minutes: 5
1112
steps:
1213
- uses: actions/checkout@v4
1314
- name: Install XMLua

0 commit comments

Comments
 (0)