diff options
| author | 2025-11-30 18:42:19 +0100 | |
|---|---|---|
| committer | 2025-11-30 18:42:19 +0100 | |
| commit | 5d5f9bd85b94db8d64148435c30f7fb819bcd255 (patch) | |
| tree | d406aeebcdc5d273c9e30eb08b59d9c498cd991a /.github/workflows/cd.yml | |
| parent | 3e1888c3d656906263b0cd08875885166efcfb63 (diff) | |
Merging upstream version 2.2.1~dev0+20250824.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to '.github/workflows/cd.yml')
| -rw-r--r-- | .github/workflows/cd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 959b654..297d809 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,6 +20,7 @@ on: jobs: windows_package: runs-on: windows-2022 + timeout-minutes: 30 if: (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'package')) strategy: matrix: |
